Picker that keeps chosen options as removable violet pills next to a chevron to open the list.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form16 } from "@/components/beste/piece/form16";
<Form16
label="Project labels"
selected={[
"Design",
"Polish",
"Good first issue"
]}
placeholder="Add label"
/>