@vato/vato-ui
v1.3.4
Published
Vato UI library for fast development process
Readme
This repo provide the common components throughout VATO React projects
Getting started
This package is currently private, so you need an SSH key to be able to install it. To configurate your SSH keys, refer to this Github Tutorial
To install, run
yarn install vatoio/vato-uiThen use it
import {AsyncSelect} from 'vatoio/vato-ui';
const App = () => {
return (
<AsyncSelect
url="your_api_url"
/>
)
}Documentation
TODO
