vavato-ui

Vavato UI components and styleguide

Usage no npm install needed!

<script type="module">
  import vavatoUi from 'https://cdn.skypack.dev/vavato-ui';
</script>

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