-
-
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
[AvatarButton] New component suggestion #1038
Labels
new feature
New feature or request
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Comments
alitaheri
added
New Component Request
and removed
new feature
New feature or request
labels
Dec 8, 2015
I created a similar issue. Instead of a new component, IconButton should support Avatars. |
Ref: #2913 |
oliviertassinari
added
new feature
New feature or request
v1-alpha
and removed
New Component
labels
Jun 23, 2017
We have been exposing the underlying building block of our button components: |
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
Aug 22, 2017
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this issue
Nov 10, 2020
* Created base <Picker /> component for rendering all possible views * Recreate TimePicker with new <Picker /> component * Add TimePicker toolbar and fully replace old TimePickerRoot * Fix not generating docs when exported several components * Redo DatePicker on <Picker /> * Grand Views Refactoring * Fix Root-Pickers tests * Fix ts errors * Fix Object(...) is not a function error * Fix loosing selected meridiem * Use wildcard import rather than default import (mui#1038) * [mui#1031] Fix className of ClockNumber selected state (mui#1045) * Bugfix/spread input props (mui#1046) * [mui#1031] Fix className of ClockNumber selected state * [mui#1039] Fix not passing down InputProps * Make InputProps not required * Redo DateTimePickerToolbar to use grid * Get rid of 'selected' and 'disabled' classes * Fix console warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
new feature
New feature or request
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
As suggested in #836 (comment) it would be interesting to have a new component called
AvatarButton
which is a mix between anAvatar
and aRaisedButton
, so that we can have image avatars with hover over + ripple effects.The text was updated successfully, but these errors were encountered: