README
uziti-ui
components
Install
npm install --save uziti-ui
Usage
import React, { Component } from 'react'
import { useMyHook } from 'uziti-ui6'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
MIT © uzitibrasilsoftware
This hook is created using create-react-hook.