1.0.15 • Published 4 years ago
aries-hooks v1.0.15
aries-hooks
Install
npm install --save aries-hooks
Usage
import React, { Component } from 'react'
import { useMyHook } from 'aries-hooks'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
MIT © antonicarol
This hook is created using create-react-hook.