npm.io
4.2.6 • Published 7 years ago

bachelor-ui

Licence
MIT
Version
4.2.6
Deps
11
Size
261 kB
Vulns
0
Weekly
0
Stars
1

bachelor-ui

Experimental component library using styled components, note that this is highly experimental and should not be used in production, yet

NPM JavaScript Style Guide

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