JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 122
  • Score
    100M100P100Q85395F
  • License MIT

A TypeScript version of react-grid-layout

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-ts

Usage

import { LayoutItem, Layout } from 'react-grid-layout-ts';

// Your usage examples here

Features

  • Full TypeScript support
  • Draggable and resizable grid items
  • Responsive breakpoints
  • Collision detection
  • Auto-compacting

License

MIT