1.0.3 • Published 4 years ago
gs-react-common v1.0.3
gs-react-common
gsshop react materialui common ui library
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