1.0.3 • Published 4 years ago

continusys-ui v1.0.3

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

c-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save c-ui

Usage

import React, { Component } from 'react'

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

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

License

MIT © Continusys