Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vavato-ui

vavato-be59MIT1.4.47

Vavato UI components and styleguide

readme

vavato-ui

Vavato UI components and styleguide

NPM JavaScript Style Guide

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:

  1. npm pack to generate a *.tgz file with the current version of this library.
  2. Go to whichever project you want to use this in and do: npm install VAVATO_UI_DIRECTORY/*.tgz.

License

MIT © vavato-be