-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
changed the title
Add lowercase attribute to Button
Add lowercase property to Button
Nov 4, 2019
@lcswillems Use customizations for this problem (text-transform). |
oliviertassinari
added
component: button
This is the name of the generic UI component, not the React module!
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
labels
Nov 4, 2019
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. |
oliviertassinari
added
discussion
and removed
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
labels
Nov 4, 2019
oliviertassinari
added
the
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
label
Dec 10, 2019
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: