0.1.5 • Published 1 year ago

rayauth-react v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react

NPM JavaScript Style Guide

Install

npm install --save react

Usage

import * as React from "react";

import { useMyHook } from "react";

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

License

MIT © apoorvcodes


This hook is created using create-react-hook.