daisyui / react-daisyui

daisyUI components built with React 🌼
http://react.daisyui.com/
MIT License
943 stars 103 forks source link

How to apply different colors for Range component? #256

Closed pmrzygweb closed 1 year ago

pmrzygweb commented 1 year ago

color prop only accepts primary, secondary, accent?

benjitrosch commented 1 year ago

Hi @pmrzygweb, seems these additional colors for the Range component became available in daisyui version 2.35.0. I'll update our package version accordingly to bring in these new changes!

pmrzygweb commented 1 year ago

@benjitrosch I have another issue with tabs, can't find a variant "boxed", only "lifted" and "bordered" are available

benjitrosch commented 1 year ago

@pmrzygweb Fixed the missing color props with this #259. Will take a look at tabs next. Sorry for the delay-- been busy lately.

benjitrosch commented 1 year ago

@pmrzygweb boxed is a separate prop from variant, so you can toggle it regardless of the variant (or lack thereof).