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

https://github.com/lhdi/lhd-hooks

set of react hooks ready for usage.
https://github.com/lhdi/lhd-hooks

hooks hooks-api-react lhd-hooks react reactjs

Last synced: 5 months ago
JSON representation

set of react hooks ready for usage.

Awesome Lists containing this project

README

          

# LHD HOOKS

LHD HOOKS is a set of react hooks ready for usage.

- install
- import
- use!

### Installation

LHD HOOKS requires [react](https://reactjs.org/) v16.8.0+ to run.

Install LHD HOOKS with [npm](https://www.npmjs.com).

```sh
$ cd my-project
$ npm install lhd-hooks
```

import hook in components:

```sh
import {useSwipe} from 'lhd-hooks';
```
[demo](https://lhdi.github.io/lhd-hooks/)
use the mobile version!

# Contribution
You can also help by:
- Add new hooks.
- Suggest hook ideas.
- Improve existing hooks.

Feel free to contribute.