[Feature Request] Extended Floating Action Button
See original GitHub issueProblem to solve
The Material Design spec describes the concept of an extended FAB. I currently have need for this component as it provides linguistic reinforcement or clarification of an icon’s action (such as that of the ambiguous +) and feel it should be included anyway for completeness.
I realize this can be faked with the existing button component but it would be nice if a prop existed so there was no manual effort involved in checking screen sizes to shrink the button appropriately, modify speed dial appearance, etc.
Proposed solution
Add a fab-extended
property to the existing <v-btn>
component. In most cases, all this should do is elongate the button but note from the spec that the button shrinks to normal size under certain circumstances (scrolling, viewport resized) and speed dial items gain an extended view on hover.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:17
- Comments:16 (6 by maintainers)
Top GitHub Comments
We are most definitely going to implement this, didn’t make the timeline cut for v2.0 release.
Something like this? https://codepen.io/anon/pen/NoyONE?editors=1000