# FloatingActions

FloatingActions Component

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

## Installation

```tsx
import { FloatingActions } from 'uxp/components';
```

## Signature

```tsx
const FloatingActions: React.FunctionComponent<any>
```

## Examples

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