1.1.0 • Published 4 years ago
beeuis v1.1.0
beeui
Made with create-react-library
Install
npm install --save beeuiUsage
import React, { Component } from 'react'
import MyComponent from 'beeui'
import 'beeui/dist/index.css'
class Example extends Component {
  render() {
    return <MyComponent />
  }
}License
MIT © burak-balci