Made with create-react-library
npm install --save react-nipd
import React, { Component } from 'react'
import MyComponent from 'react-nipd'
import 'react-nipd/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © gitda