0.0.36-alpha-test-1 • Published 2 years ago

joywok-material-components v0.0.36-alpha-test-1

Weekly downloads
5
License
ISC
Repository
-
Last release
2 years ago

npm version

✨ 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