remote6
v1.0.0
Published
>
Downloads
1
Readme
remote6
Install
npm install --save remote6
Usage
import React, { Component } from 'react'
import { useMyHook } from 'remote6'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
This hook is created using create-react-hook.