You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
When I add a CSS class to the CIconButton it doesn't show this class when the component is rendered.
Describe the bug
A clear and concise description of what the bug is.
When I add a CSS class to the CIconButton it doesn't show this class when the component is rendered.
To Reproduce
Steps to reproduce the behavior:
<c-icon-button class="burger-button" aria-label="Burger menu" icon="hamburger"/>`Expected behavior
I would expect the custom "burger-button" class to be the first in the row of the class prop.
Screenshots

Additional context
Inside the render function of the CIconButton component it seems like it's not passing the class prop.