Default
Start typing to filter the available options.
default.tsx
<ComboBox
label="Framework"
options={[
{ value: "react", label: "React", description: "UI library" },
{ value: "next", label: "Next.js", description: "App framework" },
{ value: "vite", label: "Vite", description: "Build tool" },
{
value: "astro",
label: "Astro",
description: "Content-focused framework",
},
]}
placeholder="Search frameworks"
helperText="Start typing to filter the available options."
/>