1.0.3 • Published 3 years ago

avado-components v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

avado-components

AVADO style components

NPM JavaScript Style Guide

running the styleguide

yarn

yarn styleguide

then open http://localhost:6060/

Install

npm install --save avado-components

Usage

import React, { Component } from 'react'

import MyComponent from 'avado-components'
import 'avado-components/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Development

In this repo npm link

In other repo npm link avado-components

License

MIT © sponnet

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago