mui-chip-react
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

React Mui Chip

Speed up your development in array datas.

What is the purpose

Manipluate array values based on your app scenario.

Quickly modify the values in array and use it for further.

How its work

Automatically split all index value as a chip if you provide any array in default. Each chip values are able to modify or delete, and modified values push in to same array.

Install command

  npm i mui-chip-react

How to use

You can pass only array in values props.

  <ReactMuiChip 
    values      = {yourArray};
    newValue    = "You can pass if any default";
    feildLabel  = "New value";
    btnLabel    = "Add value";
  />

Happy hacking :)

Package Sidebar

Install

npm i mui-chip-react

Weekly Downloads

3

Version

0.1.3

License

MIT

Unpacked Size

71.6 kB

Total Files

14

Last publish

Collaborators

  • sivakumarsrinivasan