Components
Loading preview...
A general list component
@shadcnblockscom
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/list-2import { List2 } from "@/components/ui/list-2";
const DemoOne = () => {
return (
<List2 />
);
};
export { DemoOne };