Here is ListBox component
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> ) }
Part of Jolly UI — browse the full library on 21st.dev.