shared-web-components
v1.20.0
Published
Made with create-react-library
Downloads
9
Readme
shared-web-components
Made with create-react-library
Install
npm install --save shared-web-componentsUsage
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
