Replies: 1 comment
-
Hi @bzupancic, thanks for the feedback. Removing the existing types will be a big breaking change, we can however replace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that Material uses similar naming for their button types, but when it comes to a highly customizable control library this naming convention is too opinionated.
// example
If I want a simple button with a background and no elevation, I am forced to write custom CSS (which is fine), and use a naming convention that doesn't match the style.
// suggestion
Either add a 'Contained' button type (like Material), or better yet move to a more semantic naming convention where the control is back in the users hand i.e.
Beta Was this translation helpful? Give feedback.
All reactions