bachelor-ui
Experimental component library using styled components, note that this is highly experimental and should not be used in production, yet
Install
npm install --save bachelor-ui
Usage
import React, { Component } from 'react'
import { Component } from 'bachelor-ui'
class Example extends Component {
render () {
return (
<Component />
)
}
}
License
MIT NomiAdam