@c1495616js/usehooks
Storybook
https://c1495616js.github.io/jerry-fe-library
Install
npm install --save @c1495616js/usehooks
Usage
import * as React from 'react';
import { useExample } from '@c1495616js/usehooks';
const Example = () => {
const example = useExample();
return <div>{example}</div>;
};
License
MIT © c1495616js