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