mui-chip-react
v0.1.3
Published
Speed up your development in array datas.
Downloads
20
Maintainers
Readme
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 :)