firstcommit-ui
v1.0.2
Published
Made with create-react-library
Downloads
3
Readme
firstcommit-ui
Made with create-react-library
Install
npm install --save firstcommit-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'firstcommit-ui'
import 'firstcommit-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © firstcommitorg