joywok-material-components
Version:
<h1 align="center"> Joywok Material Components </h1>
66 lines (55 loc) • 1.04 kB
Markdown
<h1 align="center">
Joywok Material Components
</h1>
<div align="center">
An React UI business component library based on Material UI.
</div>
[](https://www.npmjs.com/package/joywok-material-components)
## ✨ Features
- It provides the general basic components.
- Extend the business components within the front end development team of joywok.
## Install
```bash
npm install joywok-material-components
```
```bash
yarn add joywok-material-components
```
## Usage
```jsx
import { Button, TextField } from "joywok-material-components";
const App = () => (
<>
<Button color="primary">PRESS ME</Button>
<TextField label="label text" variant="outlined" />
</>
);
```
## Components
- Button
- Input
- Select
- Checkbox
- Radio
- DatePicker
- Switch
- Search
- Paper
- Chip
- Dialog
- Popper
- Modal
- Toast
- Tips
- Snackbar
- Loading
- AppBar
- BottomNav
- Tabs
- Menu
- Pagination
- Json
- Editor
- EditImage
- CustomUserGroup
- Multilingual