Contacts table
A contact table for people directories with row selection and compact profile metadata.
npx shadcn add @bjork-ui/contacts-table
import { ContactsTable } from "@/components/bjork-ui/tables/contacts-table";export function Demo() { return <ContactsTable />;}