create-cba
v1.0.0
Published
Made with create-react-library
Downloads
1
Readme
create-cba
Made with create-react-library
Install
npm install --save create-cba
Usage
import React, { Component } from 'react'
import MyComponent from 'create-cba'
import 'create-cba/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Tuan2kpipo