Every Bridge UI action available so far.
Bridge UI actions provide imperative APIs for dialogs, drawers, modals, and snackbars. Call them from anywhere in your app without wiring local open state.
Use the framework selector in the site header to switch between React and Vue on every action page.
Overlay
Imperative overlays that sit above the page.
| Action | Description |
|---|---|
| useDialogAction | Imperative confirm-style dialogs with title, description, and footer actions |
| useDrawerAction | Imperative drawer API for opening custom components in an edge-docked shell |
| useModalAction | Imperative modal API for opening custom components in an overlay shell |
| useSnackbarAction | Imperative snackbar API for toast notifications from anywhere in the app |