shared-web-components
v1.19.0
Published
Made with create-react-library
Downloads
19
Readme
shared-web-components
Made with create-react-library
Install
npm install --save shared-web-components
Usage
import React, { Component } from 'react'
import MyComponent from 'shared-web-components'
import 'shared-web-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © steventhanna