@devoinc/grid-layout
v2.1.2
Published
Grid layout
Downloads
180
Readme
Grid layout
A draggable and resizable grid layout with responsive breakpoints, for React. This project is build from scratch with the aim to replace the project react-grid-layout on several cases.
Development
Quick start
Ensure you are using npm ≥ v7 and Node.js ≥ v18.
# Clone the repository
git clone https://github.com/devoinc/grid-layout
# Go to folder
cd grid-layout
# Install dependencies
npm ci
# Build the packages
npm run build
# Run Storybook
npm start
# Build the storybook
npm run build-storybook
# Run tests
npm run test
# Run lint
npm run lint
Changelog
The changelog is available here.
Contributing
Instructions on how to contribute are detailed here.
Code of conduct
The code of conduct is detailed here.
License
Find the full license content here.
Team
The team in charge of this codebase is DevoInc/Quvis.