JSPM

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

Package Exports

  • @column-resizer/react
  • @column-resizer/react/package.json

Readme

🐙 @column-resizer/react

GitHub license PRs Welcome code style: prettier

React components for multi-column(row) resizing. Works in every modern browser which supports flexible box layout.

  • Support both mouse and touch events
  • Support server-side rendering
  • Support React strict mode
  • Support RTL (right-to-left) layout (Contributed by @mike-shtil-loop)
  • No additional dependencies, packages size under 5 kB after min-zipping
  • Easy to customize resize behavior

📚 Docs

🪐 Ecosystem

The core library is framework-agnostic and can be used with any framework or even without one. If you want to add support for your favorite framework, a pull request is welcomed!

Project Status Description
@column-resizer/core Core library
@column-resizer/react React integration