joywok-material-components
v0.0.36-alpha-test-1
Published
<h1 align="center"> Joywok Material Components </h1>
Downloads
95
Readme
✨ Features
- It provides the general basic components.
- Extend the business components within the front end development team of joywok.
Install
npm install joywok-material-components
yarn add joywok-material-components
Usage
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