Default advanced select
Live default advanced select configuration with copyable component code.
<AdvancedSelect
label="Default advanced select"
name="advanced-select-1"
value="design"
values='[]'
options='[
{
"value": "design",
"label": "Design",
"description": "Product and visual design",
"icon": "icon-[lucide--palette]",
"color": "#8b5cf6",
"avatar": "/showcase-images/avatar-design.svg"
},
{
"value": "engineering",
"label": "Engineering",
"description": "Platform and application engineering",
"icon": "icon-[lucide--code-2]",
"color": "#0ea5e9",
"avatar": "/showcase-images/avatar-engineering.svg"
},
{
"value": "growth",
"label": "Growth",
"description": "Marketing and customer growth",
"icon": "icon-[lucide--trending-up]",
"color": "#10b981",
"avatar": "/showcase-images/avatar-growth.svg"
},
{
"value": "support",
"label": "Support",
"description": "Customer operations",
"disabled": false
}
]'
groups='[]'
placeholder="Choose a team"
allowEmpty="false"
/>