A list of options and allows a user to select one or more of them.
npx shadcn@latest add @kanpeki/list-box
import { ListBox } from "~/components/ui/list-box"; <ListBox.Root> {(item) => <ListBox.Item id={item.id}>{item.name}</ListBox.Item>} </ListBox.Root>
Component list-box-multiple not found in registry.
list-box-multiple
Component list-box-details not found in registry.
list-box-details
Component list-box-section not found in registry.
list-box-section
On This Page
Contribute