test-lib-teeest
v1.0.4
Published
Made with create-react-library
Downloads
1
Readme
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 © ahmedsalihh