Switch between vertical, horizontal, and none.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/compactor-showcase-example.json
npx shadcn@latest add https://dnd-grid.com/r/compactor-showcase-example.json
Copyimport { CompactorShowcaseExample } from "@/components/dnd-grid-compactor-showcase-example"; export default function Page() { return <CompactorShowcaseExample />; }
import { CompactorShowcaseExample } from "@/components/dnd-grid-compactor-showcase-example"; export default function Page() { return <CompactorShowcaseExample />; }
On This Page