Skip to content
dnd-grid

Responsive layout

Breakpoint layouts based on container width.

View source on GitHub

Installation

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

Usage

import { ResponsiveExample } from "@/components/dnd-grid-responsive-example";

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