gregchamberlain / react-chips

A chips input field build in React
https://gregchamberlain.github.io/react-chips
MIT License
71 stars 37 forks source link

Chip background color #31

Open mattharrigan opened 5 years ago

mattharrigan commented 5 years ago

How can I set the background color of each chip individually? Ideally this could be an easy option, or at least something added to the docs. Thanks for a useful react component!

pfeldman commented 5 years ago

Same problem here, chipTheme seems not to be read

pfeldman commented 5 years ago

I found it @mattharrigan, each Chip supports a theme value, so you can dinamicaly set the background for each one.

Seems that the readme is out of date

ManoharSGithub commented 5 years ago

Hey I am trying to add background color to chips, but i don't find any option to add.

image

This div contains no class and no id. How should i modify background color please help.