-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
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
Add lowercase property to Button #18175
Labels
component: button
This is the name of the generic UI component, not the React module!
discussion
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Comments
@lcswillems Use customizations for this problem (text-transform). |
This is what I do but why? Customizations are for changing the spec. It doesn't make sense for me to have to implement the spec manually. |
Hi, How do this? |
@lcswillems and @PunkFleet,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: button
This is the name of the generic UI component, not the React module!
discussion
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Summary 💡
It is specified in the Material design spec that Container Button can be sentence cased: https://material.io/components/buttons/#contained-button
It would be nice to add a
sentenceCase
property.Examples 🌈
The text was updated successfully, but these errors were encountered: