react-medium-profile-niv
v1.0.1
Published
Made with create-react-library
Downloads
2
Readme
react-medium-profile-niv
Made with create-react-library
Install
npm install --save react-medium-profile-niv
Usage
import React, { Component } from 'react'
import MyComponent from 'react-medium-profile-niv'
import 'react-medium-profile-niv/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}