-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Button with icon + text #205
Comments
Thanks @hai-cea, I'm looking forward to it :) |
Hi @hai-cea, |
I'm trying to add an icon button as a tooltip next to a label. I can get the icon to appear with the tooltop text but can't get it next to the label For example, Label Text (icon button) |
Not sure if people are still looking for an answer for this, but I accomplished this with a FlatButton in a project today.
You would still need to apply styles if you want the text-transform to be different than uppercase, which it is by default with Material UI FlatButtons. This gave me the Menu icon with "More" next to it. Hope it helps! |
I'd like to create a button combining some text + an icon. I can't seem to figure it out with material-ui :/
The text was updated successfully, but these errors were encountered: