daisyui / react-daisyui

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

Dropdown.Toggle does not have all button properties #291

Closed Withervoid77 closed 1 year ago

Withervoid77 commented 1 year ago

What happened?

I was trying to get a round dropdown toggle button, but trying to use didn't change the shape, since in the library code this property is not added

Library code:

image

benjitrosch commented 1 year ago

Hi @Withervoid77,

If you take a look, you can change the button prop to false in order to render your own custom <Button> with a circle shape. That being said, maybe in the future we can expose something like buttonProps.

Withervoid77 commented 1 year ago

Ok, thank you very much for your help.