Package Exports
- react-grid-layout-ts
- react-grid-layout-ts/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-grid-layout-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-grid-layout-ts
A TypeScript version of react-grid-layout with improved type safety and modern development experience.
Installation
npm install react-grid-layout-tsUsage
import { LayoutItem, Layout } from 'react-grid-layout-ts';
// Your usage examples hereFeatures
- Full TypeScript support
- Draggable and resizable grid items
- Responsive breakpoints
- Collision detection
- Auto-compacting
License
MIT