1.0.0 • Published 6 years ago
mui-pastel v1.0.0
Mui-Pastel
Automatic or manual Good looking and customizable chip component
![]()
Demo

Demo and examples
Install it
nikandlv@nikandlv.ir:~$ npm i mui-pastelImport 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/Chipinternally and any props will pass to it
Small chip
<Pastel label="I love amber!" color="amber" size="small" />1.0.0
6 years ago