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