Component Documentation
Label
This is an select description.
Label
This is an select description.
Select
The Select component displays a list of options for the user to choose from β commonly used in forms and filters. It opens a dropdown menu when triggered, allowing users to pick a single value.
It consists of:
- Select Wrapper β the main component
- Slot β where you insert individual options
- Select Option β the component used to add each selectable item
Usage
- Drag the Select Wrapper onto the canvas.
- Add one or more Select Option components into the slot.
- Customize option labels and values using the Component Properties panel.
This component is ideal for dropdown menus, setting pickers, or anywhere a user needs to make a single selection from a list.