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