https://github.com/zlatanpham/checkboxes
React hook allows using shift+click to select range of checkboxes and more...
https://github.com/zlatanpham/checkboxes
checkboxes react-hooks
Last synced: 6 months ago
JSON representation
React hook allows using shift+click to select range of checkboxes and more...
- Host: GitHub
- URL: https://github.com/zlatanpham/checkboxes
- Owner: zlatanpham
- Created: 2019-04-09T15:24:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T05:15:40.000Z (almost 7 years ago)
- Last Synced: 2025-05-22T22:08:07.406Z (11 months ago)
- Topics: checkboxes, react-hooks
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @uxui/checkboxes
React hook adds "shift+click" magic to your checkboxes.
>
[](https://www.npmjs.com/package/@uxui/checkboxes) [](https://standardjs.com)
## Install
```bash
yarn add @uxui/checkboxes
```
## Usage
```tsx
import * as React from 'react';
import { useCheckboxes } from '@uxui/checkboxes';
```
## Examples
Examples of usage can be found [here](https://codesandbox.io/s/vm7yoxn7n7). More comming soon :)
## License
MIT © [zlatanpham](https://github.com/zlatanpham)