A wrapper for gridstack.js to use with React
npm install gridstack-react-wrappergridstack-react-wrapper is a React wrapper for the popular Gridstack.js library. Gridstack.js is a JavaScript library designed to help developers create dynamic, resizable, and draggable grid layouts. This wrapper enables seamless integration of Gridstack.js with React applications, providing a declarative and easy-to-use API.
- Installation
- Usage
- Examples
- Contributing
- Roadmap
To install gridstack-react-wrapper, you can use Yarn or npm:
``bash``
yarn add gridstack-react-wrapperOR
npm install gridstack-react-wrapperOR
pnpm install gridstack-react-wrapper
Coming soon
Coming soon
👉 We use gitmoji to help us write better commit messages. You can find a guide at https://gitmoji.dev/.
4. Push your changes to your fork.
5. Create a pull request from your forked repository to the main branch of this repository.
1. // TODO
- [x] Add basic GridStack component
- [ ] Add all GridStack API methods
- [ ] Add vitest support
- [ ] Add examples