Skip to content
Shiny Controls v1.0 - The Ultra Control Suite for .NET MAUI & BlazorO...M...G!

Fab & FabMenu

A Material Design-inspired floating action button (Fab) and a multi-action menu (FabMenu) that animates up from a main FAB with a staggered reveal. Each action supports Icon, Text, and Command, plus full color and border customization.

  • NuGet downloads for Shiny.Maui.Controls
  • NuGet downloads for Shiny.Blazor.Controls
Frameworks
.NET MAUI
Blazor

MAUI

Closed Menu Open
FAB Closed FAB Menu Open

Blazor

Icon-only, extended and sizes FabMenu open
Icon-only, extended and sizes on Blazor FabMenu open on Blazor

Place Fab / FabMenu inside a Grid that fills the page — the same pattern used by SheetView / ImageViewer — so the FabMenu’s backdrop can cover the main content.

<ContentPage>
<Grid>
<!-- Main page content -->
<ScrollView>
<!-- ... -->
</ScrollView>
<!-- Fab/FabMenu overlay on top -->
<shiny:FabMenu IsOpen="{Binding IsMenuOpen}"
Icon="plus.png"
HorizontalOptions="End"
VerticalOptions="End"
Margin="24">
<!-- items -->
</shiny:FabMenu>
</Grid>
</ContentPage>
claude plugin marketplace add shinyorg/skills
claude plugin install shiny@shiny

One plugin installs all 35 Shiny skills. Your agent loads only the skill relevant to what you're building, so there's no cost to having them all available.

copilot plugin marketplace add https://github.com/shinyorg/skills
copilot plugin install shiny@shiny

One plugin installs all 35 Shiny skills. Your agent loads only the skill relevant to what you're building, so there's no cost to having them all available.

View shiny-controls Skill