nonwidgets
Nonwidgets is a term used in UI design and software documentation to describe components that exist in a user interface but do not provide interactive behavior. They contrast with widgets, which are self-contained UI elements that handle user input and events.
In typical design systems, nonwidgets include static text labels, headings, images, dividers, decorative icons, layout containers,
Role and usage: Nonwidgets serve structure, typography, and decoration, improving readability and visual hierarchy. They can
Implementation and accessibility: Even if nonwidgets are non-interactive, they should be semantically appropriate. Use proper HTML
Context and terminology: The term nonwidget is informal and usage varies among frameworks and documentation. Some