1.0.0 • Published 4 years ago

mui-pastel v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
4 years ago

Mui-Pastel

Automatic or manual Good looking and customizable chip component

uwu Pastel

Demo

screenshot

Demo and examples

Install it

nikandlv@nikandlv.ir:~$ npm i mui-pastel

Import it

import Pastel from "mui-pastel";

Automatic chip

<Pastel label="Automatic!" />

Manual chip

<Pastel label="I love amber!" color="amber" />

Pastel uses @material-ui/core/Chip internally and any props will pass to it

Small chip

<Pastel label="I love amber!" color="amber" size="small" />