1.0.0 • Published 4 years ago

aion-ui v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

aion-ui-lib

ui library

NPM JavaScript Style Guide

Install

npm install --save aion-ui-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'aion-ui-lib'

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

License

MIT © rubilva

1.0.0

4 years ago