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

No possibility to define the menu as "mat-mini-fab" #6

Closed
kevinclerc opened this issue Nov 19, 2020 · 5 comments
Closed

No possibility to define the menu as "mat-mini-fab" #6

kevinclerc opened this issue Nov 19, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@kevinclerc
Copy link

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.

@AnthonyNahas AnthonyNahas self-assigned this Mar 31, 2021
@AnthonyNahas AnthonyNahas added the enhancement New feature or request label Mar 31, 2021
@AnthonyNahas
Copy link
Member

I will put that on my roadmap for the next release!

🍻

@kevinclerc
Copy link
Author

kevinclerc commented Aug 5, 2021

Do you have a plan, when the next release will be published?

@kevinclerc
Copy link
Author

kevinclerc commented Jun 3, 2022

@AnthonyNahas still no plan to implement this feature?

@AnthonyNahas
Copy link
Member

<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
Copy link
Member

v6.1.0 is now live

you can use now the mini version with mat-mini-fab-menu

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants