-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
No possibility to define the menu as "mat-mini-fab" #6
Labels
enhancement
New feature or request
Comments
I will put that on my roadmap for the next release! 🍻 |
Do you have a plan, when the next release will be published? |
@AnthonyNahas still no plan to implement this feature? |
<mat-fab-menu color="primary"
[fabButtons]="fabButtonsRandom">
</mat-fab-menu>
<!-- or if you prefer the mini version -->
<mat-mini-fab-menu color="primary"
[fabButtons]="fabButtonsRandom">
</mat-mini-fab-menu> this will go live in v6.1.0 in few minutes |
AnthonyNahas
added a commit
that referenced
this issue
Dec 19, 2022
v6.1.0 is now live you can use now the mini version with cheers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be greate, if you can define the size of the buttons.
In Angular you can define "mat-fab" buttons and also "mat-mini-fab"
An @input to define which you would like to use, would be great.
The text was updated successfully, but these errors were encountered: