crl-package
v1.0.0
Published
crl test library
Readme
crl-package
crl test library
Install
npm install --save crl-packageUsage
import React, { Component } from 'react'
import MyComponent from 'crl-package'
import 'crl-package/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © ihorovych
