Select
Dropdown selection with label, placeholder, and comma-separated options.
Basic Usage
Simple dropdown with label and reactive badge.
No selection
Without Label
Standalone selects that rely on placeholder text.
User Roles
Assign permissions with a role dropdown.
Country Selector
Location selection with many options.
In a Form
Select combined with text inputs in a form.
Settings
Multiple selects for application preferences.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bind | binding | - | Two-way binding for selected value |
label | text | "" | Label text above select |
placeholder | text | "Select..." | Placeholder option text |
options | text | "" | Comma-separated list of options |