table
table component
Not VerifiedComponent1 file
razi-style
Preview
Preview not yet added for table.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/tableUsage
import { table } from "@/components/ui/table";
export default function Example() {
return <table />;
}Source
Loading source...