Skip to content
dnd-grid

Compactor showcase

Switch between vertical, horizontal, and none.

View source on GitHub

Installation

npx shadcn@latest add https://dnd-grid.com/r/compactor-showcase-example.json

Usage

import { CompactorShowcaseExample } from "@/components/dnd-grid-compactor-showcase-example";

export default function Page() {
  return <CompactorShowcaseExample />;
}