@rayauth/react

0.1.5 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @rayauth/react

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

189 kB

Total Files

49

Last publish

Collaborators

  • avneesh0612
  • anishde12020