react-daisyui icon indicating copy to clipboard operation
react-daisyui copied to clipboard

Checkbox component doesn't support ghost color

Open itaiperi opened this issue 1 year ago • 1 comments

Hi, I've noticed that the Checkbox component doesn't support the ghost color. Is this intended behavior?

https://github.com/daisyui/react-daisyui/blob/a010e43cc73a5dec8d36a77654da20dbf7aff7d8/src/Checkbox/Checkbox.tsx#L46

itaiperi avatar May 30 '24 12:05 itaiperi

I believe that might be the case because the implementations are based on the examples from DaisyUI and on those there isn't an example with checkbox with ghost color.

dev0T avatar Jun 12 '24 01:06 dev0T

That's almost right. The reason there's no example is that the original daisyUI checkbox doesn't support the ghost color—so neither can we.

benjitrosch avatar Jul 26 '24 15:07 benjitrosch