Breakpoint layouts based on container width.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/responsive-example.json
npx shadcn@latest add https://dnd-grid.com/r/responsive-example.json
Copyimport { ResponsiveExample } from "@/components/dnd-grid-responsive-example"; export default function Page() { return <ResponsiveExample />; }
import { ResponsiveExample } from "@/components/dnd-grid-responsive-example"; export default function Page() { return <ResponsiveExample />; }
On This Page