nikandlv / mui-pastel

Material ui standard pastel colored chips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" />

About

Material ui standard pastel colored chips


Languages

Language:JavaScript 100.0%