bachelor-ui
v4.2.6
Published
Experimental component library using styled components
Readme
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-uiUsage
import React, { Component } from 'react'
import { Component } from 'bachelor-ui'
class Example extends Component {
render () {
return (
<Component />
)
}
}License
MIT © NomiAdam
