@satellite-healthcare/shc-react-web-components
v1.0.56
Published
Bundle of components for spin modernization project
Downloads
12
Readme
shc-react-web-components
Bundle of components for spin modernization project
Deploy
- change version in package.json
- run:
npm publish --access public
Install
npm install --save shc-react-web-components
Usage
import React, { Component } from 'react'
import MyComponent from 'shc-react-web-components'
import 'shc-react-web-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © kdenisov