Create global password and pagination and table component
npm install --save sample-library-npm
import React, { Component } from 'react'
import MyComponent from 'sample-library-npm'
import 'sample-library-npm/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Gaurav12342