Clock - Clock shows the current date and time, and optional AOS and LOS timers.
Close Button - A UI component that, when activated, dismisses a Dialog.
Color Palettes - The list of color values used in and approved by the Astro design system.
Compliance - A list of rules used to determine if products align with Astro design and usage patterns.
Container - An object that holds other objects.
Concept Sketch - A sketch on paper that lays out the main content workspace and controls and clarifies the flow of user interaction from screen-to-screen.
Data Visualization - The goal of Data Visualization is to make complex information accessible and easy to digest in a visual manner.
Default Action - The action that users would most likely want to execute in the window with focus.
Design Tokens - A pairing of the same code and visual properties in a format that is deployable across all platforms, acting as a single source of truth for both designers and developers.
Dialog - A Dialog interrupts app processing to prompt a user to confirm an action or acknowledge a piece of information. It displays information along with a set of buttons allowing users to accept or cancel the actions presented within the Dialog.
Menu - A list of options from which users choose. The options can execute commands, display a window (to request more information from users) or submenu, and specify settings.
Modeless Pane - A visual pattern used to present temporary interactions inline and does not require user action before moving to another area of the page.
Navigation - Navigation defines how the user moves through the application and establishes their mental model of the object hierarchy.
Navigational Tabs - Divide major areas of content and to indicate a work process.
Notification Banner - Events that deserve user attention, but don’t require a response, may be displayed in a Notification Banner. The Banner displays within the user’s field-of-view, but doesn’t block other interaction.
Notification System - A system which generates, prioritizes, and displays event notifications for significant occurrences within an application and its associated systems and hardware.
Pagination - The process of dividing content for display on multiple pages. It is utilized when content, such as Search results, does not fit onto one page and must be split across multiple pages.
Pop Up Menu - A Pop Up Menu provides users with a quick way to access common actions for a highlighted item.
Progress Indicator - A Progress Indicator signals that an application is busy performing an operation.
Radio Button - Allows users to mutually select an option from a predefined set of options. When one selection is made, the previous selection becomes deselected.
Research - Research is an essential process to a project’s success. It reveals, clarifies, and establishes the foundation on which the application resides.
Validation - Ensures that data is properly entered into an Input Field or Form. It alerts users to data errors, required input, and prompts them to make corrections.