MudFabMenu: Add new component#12097
Conversation
|
Cool! Haven't been able to test it yet (VS 2026 broke everything 😮💨) Only note so far is that the M3 animation seems to fade all items at the same time while yours does it in sequence: https://m3.material.io/components/fab-menu/guidelines |
Time to switch to Rider :P
I implemented the animation as M2 (scroll down to "Behavior") as we don't have an M2/M3 switch currently that I'm aware of. Once this is implemented a second animation can be added with a Also it should be also in sequence for M3 if I'm not mistaken, just from the side not from the bottom:
|
There was a problem hiding this comment.
Some general comments, also it just doesn't show at all in WASM mode, the button is on the left and it's trying to show the menu on the right side but it doesn't show up unless I start playing with left/right/top/bottom values. for the fab-menu.
In addition need more tests to simulate mouseover mouseleave touch click etc.
|
Ah cool, didn't even know that that exists |
Great way to test the individual tests components you write. It's one thing to test the behavior, but then looking at it to make sure it's what you intend to test is a nice feature. I use it to check any component I work on visually in addition to Docs.Server and Docs.WASM Also let me know when ready for re-review |
|
Should be ready to re-review (did all the comments + it now looks fine to me inside Docs.Server, Docs.Wasm and that test project) |


This pr adds the material component FabMenu (note that this component should be compatible with M2 and M3).