@grovertb/material
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

GroverTB-UI

Installation

GroverTB-UI is available as an npm package.

mui@v5

// with npm
npm install @grovertb/material

// with yarn
yarn add @grovertb/material

Usage

Here is a quick example to get you started, it's all you need:

import ReactDOM from 'react-dom';
import Button from '@grovertb/material/Button';

function App() {
  return <Button variant="contained">Hello World</Button>;
}

ReactDOM.render(<App />, document.querySelector('#app'));

Package Sidebar

Install

npm i @grovertb/material

Weekly Downloads

30

Version

0.0.2

License

MIT

Unpacked Size

1.91 MB

Total Files

1247

Last publish

Collaborators

  • grovertb