gs-react-common

gsshop react materialui common ui library

Usage no npm install needed!

<script type="module">
  import gsReactCommon from 'https://cdn.skypack.dev/gs-react-common';
</script>

README

gs-react-common

gsshop react materialui common ui library

NPM JavaScript Style Guide

Install

npm install --save gs-react-common

Usage

import React from 'react'

import { ProductClassification, MDID } from 'gs-react-common'
import 'gs-react-common/dist/index.css'

const App = () => {
  return (
    <>
      <ProductClassification />
      <MDID />
    </>
  )
}

export default App

License

MIT ©