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

  1. Drag the Select Wrapper onto the canvas.
  2. Add one or more Select Option components into the slot.
  3. 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.