Closed CyberDex closed 1 year ago
Implements #24
Nothing changed on the base functionality side. Just additional option of .initLayout(options) to all the Containers. After the initialisation, you can access it by container.layout.
.initLayout(options)
container.layout
Implements #24
Nothing changed on the base functionality side. Just additional option of
.initLayout(options)
to all the Containers. After the initialisation, you can access it bycontainer.layout
.