README
vavato-ui
Vavato UI components and styleguide
This project can be accessed here.
Install
npm install --save vavato-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'vavato-ui'
import 'vavato-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Development
In order to test unreleased versions locally, you can do the following steps:
npm pack
to generate a *.tgz file with the current version of this library.- Go to whichever project you want to use this in and do:
npm install VAVATO_UI_DIRECTORY/*.tgz
.
License
MIT © vavato-be