ps-vlm
v1.0.2
Published
Module for Licencing that provides page for entering Licence file and updateing licences when needed.
Downloads
1
Readme
ps-vlm
Module for Licencing that provides page for entering Licence file and updateing licences when needed.
Install
npm install --save ps-vlm
Usage
import React, { Component } from 'react'
import MyComponent from 'ps-vlm'
import 'ps-vlm/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}