@firstcommitorg/firstcommit-ui
v1.1.0
Published
UI Library for first:commit built on top of Chakra UI
Downloads
13
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