my-first-lib-nit
v3.0.0
Published
js,react
Readme
my-first-lib-nit
js,react
Install
npm install --save my-first-lib-nitUsage
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
