-
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
May 11, 2023
Replies: 1 comment
-
Currently there's a limitation with Button group: It should join the buttons and handle their border radius but currently it can only handles border radius of direct children. https://play.tailwindcss.com/rY9gYnOzcz
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there's a limitation with Button group: It should join the buttons and handle their border radius but currently it can only handles border radius of direct children.
So it won't be useful if we need a to put a dropdown inside it.
This will be fixed soon in daisyUI version
3.0
But for now, you can use
flex
to put buttons next to each other and change the border radius of buttons accordingly:https://play.tailwindcss.com/rY9gYnOzcz