1.0.3 • Published 4 years ago

gs-react-common v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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 ©