-
-
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
[FloatingActionButton] Tooltip #1290
Comments
Icon button + simply onClick is my best achieve at the moment ^^ Have to change all my floating action buttons to icon buttons |
👍 |
+1 |
Maybe we should have a |
It would ease things, but for now I'm using this fab(syntax modified to conform to my linter settings) (after work I might make a pull request with the standard syntax, but still trying to figure how to apply a proper margin depending on the position EDIT: found it) |
@oliviertassinari we have a |
duplicate of #1366. Closing |
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Can't achieve to have a Floating action button with tooltip.
I saw the component has not tooltip prop, so try to insert an IconButton inside but didn't work for me..
so tried to use an IconButton but it has no onClick event so..
Anyway to have an circled button with hover and onClick?
The text was updated successfully, but these errors were encountered: