Bottom sheet molecule - a CngxDialog positioned at the viewport bottom with swipe-to-dismiss support ยท Signal-driven ...
common/dialog
Category
No results found
Features11#
- DirectiveCngxBottomSheetWCAG AABottom sheet molecule - a CngxDialog positioned at the viewport bottom with swipe-to-dismiss support
- DirectiveCngxDialogWCAG AASignal-driven state machine for native <dialog>
- DirectiveCngxDialogCloseWCAG AAClose trigger for a dialog
- DirectiveCngxDialogDescriptionWCAG AAMarks an element as the dialog's description for ARIA
- DirectiveCngxDialogDraggableWCAG AAOpt-in drag behavior for CngxDialog
- DirectiveCngxDialogTitleWCAG AAMarks an element as the dialog's title for ARIA labelling
- InjectableCngxDialogOpenerService for opening dialogs programmatically
- InjectableCngxDialogStackTracks open dialog instances as a stack for backdrop management
- TokenCNGX_DIALOG_DATAInjection token for data passed to a programmatically opened dialog via CngxDialogOpener.open()
- TokenDIALOG_REFInjection token to access the nearest DialogRef from inside a dialog
- ClassCngxDialogRefReference to a programmatically opened dialog
References5#
- InterfaceCngxDialogConfigConfiguration for programmatically opened dialogs
- InterfaceDialogRefSignal-based dialog reference
- FunctionprovideDialogProvide CngxDialogOpener for programmatic dialog opening
- FunctionprovideDialogStackProvide a scoped CngxDialogStack instance for nested dialog backdrop management
- Type AliasDialogStateLifecycle states of a CngxDialog