BPT

Floating Action Menu

BptFloatingActionMenu

BptFloatingActionMenu renders a fixed-position floating action button (FAB) that opens a tool palette as a popover (Tablet) or bottom sheet (Mobile). On Desktop it renders nothing — desktop layouts use normal inline toolbars. Wrap it in BptResponsiveLayout to cascade the device class.

Floating Action Menu Parameters

On Desktop the FAB is hidden — desktop layouts should use regular inline toolbars. Switch to Tablet or Mobile to see the floating action button appear. Tap the FAB to open the tool palette.

Last action: (tap a tool)

Current Configuration
📋
<BptResponsiveLayout>
    <!-- main content -->

    <BptFloatingActionMenu
        Icon="bi bi-tools"
        Label="Open tools"
        >
        <!-- tool palette items -->
    </BptFloatingActionMenu>
</BptResponsiveLayout>

@code {
// No backing code required for basic usage.
}
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.