Component
Displays a focused interface for user interaction.
/// DEMO ///
///
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
1. Create escape key action to close the dialog by pressing escape key.
2. Create focus trap action to trap the focus inside dialog component.
3. Create dialog component.