mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Replace the static single-alert demo with an interactive page featuring: - Menu with 8 overlay variants (5 Alert presets, 2 Dialog styles, 1 custom modal) - Description panel showing details and API usage for the selected variant - Enter key triggers the selected overlay with dimmed background - Dismiss button closes any overlay Variants demonstrated: 1. Alert (Standard) — default theme colors 2. Alert (Warning) — yellow preset 3. Alert (Error) — red preset 4. Alert (Info) — cyan preset 5. Alert (Success) — green preset 6. Dialog — content-only, no footer separator 7. Dialog with Footer — footer section with separator line 8. Modal (Custom) — arbitrary view content with .modal(isPresented:)