Skip to content
dnd-grid

Local storage

Persist layout to local storage and restore on load.

View source on GitHub

Installation

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

Usage

import { LocalStorageExample } from "@/components/dnd-grid-localstorage-example";

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