Slowly
The builderComponents

Using components

Insert, fill, detach, and organise your components.

You insert a component like any block, from the component library, and fill in its properties for that instance.

  • The library holds your components, and you can sort them into folders as they grow.
  • Detach turns an instance back into plain blocks when you need to break from the master for one case, without touching the others.

Because every instance shares the master, a change to the component reaches all of them at once, which is the point of building with components in the first place.