Loading preview...
Here is Grid List component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/grid-list
import GridList03 from "@/components/ui/grid-list"; export default function Page() { return <GridList03/>; }