We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.0-alpha.7
The :ui prop is not handled by the component ButtonGroup ?
:ui
I tried to add somme classes to the ButtonGroup component, with class= attribute, with :ui= attribute, but it seems that nothing works.
class=
:ui=
I've tried to look into the code, but I don't understand all the magic you've done !
No response
The text was updated successfully, but these errors were encountered:
fix(ButtonGroup): merge class with theme
5abbfc1
Resolves #2498
The ButtonGroup doesn't have a ui prop as it only has a root div. However, there was an issue with the class not being merged. Thanks for the report!
ui
class
Sorry, something went wrong.
d980115
No branches or pull requests
Environment
Version
v3.0.0-alpha.7
Reproduction
The
:ui
prop is not handled by the component ButtonGroup ?Description
I tried to add somme classes to the ButtonGroup component, with
class=
attribute, with:ui=
attribute, but it seems that nothing works.Additional context
I've tried to look into the code, but I don't understand all the magic you've done !
Logs
No response
The text was updated successfully, but these errors were encountered: