Components
npx @21st-dev/cli add jolbol1/list-box-2Loading preview...
import { ListBox } from "@/components/ui/list-box"
export default function ListBoxEmpty() {
return (
<ListBox
className={"max-h-[200px]"}
aria-label="Search results"
renderEmptyState={() => "No results found."}
>
{[]}
</ListBox>
)
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...