Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 563 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 563 Bytes

LHD HOOKS

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

  • install
  • import
  • use!

Installation

LHD HOOKS requires react v16.8.0+ to run.

Install LHD HOOKS with npm.

$ cd my-project
$ npm install lhd-hooks

import hook in components:

import {useSwipe} from 'lhd-hooks';

demo use the mobile version!

Contribution

You can also help by:

  • Add new hooks.
  • Suggest hook ideas.
  • Improve existing hooks.

Feel free to contribute.