An open API service indexing awesome lists of open source software.

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...

Awesome Lists containing this project

README

          

# @uxui/checkboxes

React hook adds "shift+click" magic to your checkboxes.

>

[![NPM](https://img.shields.io/npm/v/@uxui/checkboxes.svg)](https://www.npmjs.com/package/@uxui/checkboxes) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)