material-ui-basic-parts
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

This is a collection of React components that can be used commonly in multiple projects.

Install

$ yarn add material-ui-basic-parts

Also, you need to install the dependent packages.

$ yarn add @material-ui/core @material-ui/icons
$ yarn add react-intl
$ yarn add react-router-dom @types/react-router-dom
$ yarn add react react-dom @types/react @types/react-dom 

Usage

See example codes in index.tsx
https://github.com/kondows95/material-ui-basic-parts/blob/master/src/index.tsx

You can run example codes in your local environment

$ git clone https://github.com/kondows95/material-ui-basic-parts.git
$ yarn
$ yarn start

Also, you can see "Basic Usage" in "__tests__/***.test.tsx"
https://github.com/kondows95/material-ui-basic-parts/tree/master/src/

Readme

Keywords

none

Package Sidebar

Install

npm i material-ui-basic-parts

Weekly Downloads

1

Version

0.0.17

License

MIT

Unpacked Size

16.8 kB

Total Files

22

Last publish

Collaborators

  • kondows95