yf-library
v0.0.1
Published
Your Fuse library of awesome components
Readme
yf-library
yf-library of awesome components
Install
npm install --save yf-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'yf-library'
import 'yf-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © [Your Fuse](https://github.com/Your Fuse)
