Multi Select

Picker that keeps chosen options as removable violet pills next to a chevron to open the list.

DesignPolishGood first issueAdd label

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Form16 } from "@/components/beste/piece/form16";

<Form16
  label="Project labels"
  selected={[
    "Design",
    "Polish",
    "Good first issue"
  ]}
  placeholder="Add label"
/>