@keen.io/react-hooks
v1.4.7
Published
Keen custom hooks for React
Downloads
182
Keywords
Readme
@keen.io/react-hooks
Set of reusable custom hooks for React
ecosystem - used in keen.io
projects.
Installing
For Front-End applications use standard npm
or yarn package manager.
yarn install @keen.io/react-hooks
Examples
import { useLegend } from '@keen.io/react-hooks';
const { disabledKeys, updateKeys } = useLegend();