1.17.0 • Published 2 months ago

shared-web-components v1.17.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

shared-web-components

Made with create-react-library

NPM JavaScript Style Guide

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