Menu
Dropdown menu positioned via ConnectedOverlay (Floating UI). Supports focus trapping, auto-width matching, and animated entrance/exit.
Import
import { Menu } from 'reablocks';
Menu Props
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Whether the menu is visible |
reference | any | — | Reference element for positioning |
children | ReactNode | (() => ReactNode) | — | Menu content |
| `place |
[Description truncada. Veja o README completo no GitHub.]