npm.io
1.0.5 • Published 5 years ago

sy-commons-ui

Licence
MIT
Version
1.0.5
Deps
1
Size
289 kB
Vulns
0
Weekly
0

commons-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save commons-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'commons-ui'
import 'commons-ui/dist/index.css'

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

License

MIT