0.0.3 • Published 4 years ago

weready-bee-styled v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

weready-bee-styled

This includes react components based on styled component

NPM JavaScript Style Guide

Install

npm install --save weready-bee-styled

Usage

import React, { Component } from 'react'

import MyComponent from 'weready-bee-styled'
import 'weready-bee-styled/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © YunzhiWei