Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pisyukaev/selectable-grid
A React component library that allows you to select the desired area within a container and get the dimensions and coordinates of the selected area
https://github.com/pisyukaev/selectable-grid
canvas grid hacktoberfest react select selectable-grid
Last synced: 6 days ago
JSON representation
A React component library that allows you to select the desired area within a container and get the dimensions and coordinates of the selected area
- Host: GitHub
- URL: https://github.com/pisyukaev/selectable-grid
- Owner: Pisyukaev
- Created: 2022-06-12T11:49:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T18:15:10.000Z (over 1 year ago)
- Last Synced: 2024-11-02T13:21:01.746Z (13 days ago)
- Topics: canvas, grid, hacktoberfest, react, select, selectable-grid
- Language: TypeScript
- Homepage: https://selectable-grid.js.org/
- Size: 1.48 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
selectable-grid
## Small description
A React component library that allows you to select the desired area within a container and get the dimensions and coordinates of the selected area
## [Live demo](https://pisyukaev.github.io/selectable-grid/)
* * *## Example
- Example for select area
![patrick](https://i.ibb.co/hBbts3M/patrik.gif)
- Example for responsive grid
![responsive patrick](https://i.ibb.co/ypRYKYt/ezgif-com-gif-maker.webp)
* * *
## Packages
| Package | Version | Description |
|---------|--------|-------------|
| [selectable-grid](https://github.com/Pisyukaev/selectable-grid/tree/main/packages/selectable-grid) | [![NPM](https://img.shields.io/npm/v/selectable-grid.svg)](https://www.npmjs.com/package/selectable-grid) | Vanilla |
| [@selectable-grid/react](https://github.com/Pisyukaev/selectable-grid/tree/main/packages/react) | [![NPM](https://img.shields.io/npm/v/selectable-grid.svg)](https://www.npmjs.com/package/@selectable-grid/react) | React |
| [@selectable-grid/vue](https://github.com/Pisyukaev/selectable-grid/tree/main/packages/vue) | [![NPM](https://img.shields.io/npm/v/selectable-grid.svg)](https://www.npmjs.com/package/@selectable-grid/vue) | Vue |## License
MIT © [Pisyukaev](https://github.com/Pisyukaev)