FloatingActions

FloatingActions Component

Consolidated floating action buttons that handles both page and dashboard sections. Renders sections horizontally when multiple sections are registered.

Installation

import { FloatingActions } from 'uxp/components';

Signature

const FloatingActions: React.FunctionComponent<any>

Examples

typescript
// Placed in ConfiguredPage - automatically renders based on registrations
<FloatingActions />

Last updated