1.0.1 • Published 5 years ago
123test123 v1.0.1
test-lib
Made with create-react-library
Install
npm install --save test-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'test-lib'
import 'test-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © avelaga