Skip to content
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] Add extended FAB variant #11941

Merged
merged 7 commits into from
Jun 22, 2018
Merged

[Button] Add extended FAB variant #11941

merged 7 commits into from
Jun 22, 2018

Conversation

mbrookes
Copy link
Member

@mbrookes mbrookes commented Jun 21, 2018

image

Closes #11932

@oliviertassinari
Copy link
Member

Maybe fab-extended? Why do we need this variation?

@mbrookes
Copy link
Member Author

Why do we need this variation?

Ask Google! 😄

https://material.io/design/components/buttons-floating-action-button.html#extended-fab

height: 56,
boxShadow: theme.shadows[6],
'&:active': {
boxShadow: theme.shadows[12],
},
},
extended: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something is off:

  • property name: extended-fab
  • class name: extended

Maybe using extendedFab? for the variant name?

@oliviertassinari oliviertassinari added component: button This is the name of the generic UI component, not the React module! design: material This is about Material Design, please involve a visual or UX designer in the process labels Jun 21, 2018
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! design: material This is about Material Design, please involve a visual or UX designer in the process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants