Picker that keeps chosen options as removable violet pills next to a chevron to open the list.
New here? Read the installation guide.
import { Form16 } from "@/components/beste/piece/form16";
<Form16
label="Project labels"
selected={[
"Design",
"Polish",
"Good first issue"
]}
placeholder="Add label"
/>


Searchable people picker with a focused search input above a list that tints the selected row.



Popover with a header label, filter bar, and a selectable person list that checks chosen rows.
Row of round color swatches where the selected one picks up an outer contrast ring.
Open-state select showing the focused control and the flyout list with one option muted as chosen.