Skip to content

vavato-be/vavato-ui

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published