Raxol.Examples.Demos.IntegratedAccessibilityDemo (Raxol v2.0.1)
View SourceDemo showcasing accessibility features including screen reader support, high contrast mode, and keyboard navigation.
Summary
Functions
Initializes the accessibility demo.
Updates the demo state based on events.
Renders the current view.
Types
@type t() :: %Raxol.Examples.Demos.IntegratedAccessibilityDemo{ announcements: [String.t()], contrast_level: :normal | :high | :highest, mode: :menu | :contrast | :screen_reader | :navigation, navigation_mode: :standard | :vim, screen_reader_enabled: boolean(), selected_option: non_neg_integer() }