vavato-ui

1.4.47 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vavato-ui

Weekly Downloads

1

Version

1.4.47

License

MIT

Unpacked Size

555 kB

Total Files

6

Last publish

Collaborators

  • revoltaxz
  • andreibalbo
  • alexmreisbe