1.1.5 • Published 2 years ago

@c1495616js/myhooks v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@c1495616js/myhookss

NPM JavaScript Style Guide

Storybook

https://c1495616js.github.io/jerry-fe-library

Install

npm install --save @c1495616js/myhooks

Usage

import * as React from 'react';

import { useExample } from '@c1495616js/myhooks';

const Example = () => {
  const example = useExample();
  return <div>{example}</div>;
};

License

MIT © c1495616js


This hook is created using create-react-hook.

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago