my-first-lib-adt
v2.0.0
Published
js, react
Downloads
5
Readme
my-first-lib-adt
js, react
Install
npm install --save my-first-lib-adt
Usage
import React, { Component } from 'react'
import MyComponent from 'my-first-lib-adt'
import 'my-first-lib-adt/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ADT