1.3.4 • Published 4 years ago

@vato/vato-ui v1.3.4

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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-ui

Then use it

import {AsyncSelect} from 'vatoio/vato-ui';

const App = () => {
    return (
        <AsyncSelect
            url="your_api_url"
        />
    )
}

Documentation

TODO

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago