FO Framework Glossary
This glossary provides definitions for key terms used throughout the FO UI Framework documentation. It is divided into framework-specific terminology and general development terms to help both new and advanced users.
Framework-Specific Terms
Terms unique to FO UI Framework, including design architecture, components, and naming conventions.
| Global Style | Styles applied across the entire framework (resets, typography, colors, icons, themes). |
|---|---|
| Utilities | Helper classes for quick styling (e.g., margin, padding, text alignment, visibility). |
| Components | Reusable UI elements built from multiple elements (e.g., buttons, forms). |
| Modules | Larger functional blocks combining multiple components (e.g., wizards, dashboards). |
| Pages | Pre-built page templates for rapid application prototyping (e.g., Dashboard, Login). |
| Design Tokens | Variables defining core design attributes (colors, typography, spacing) ensuring consistency. |
General Terms
Common development and design concepts referenced in this documentation.
| MVC | Model-View-Controller design pattern separating data, UI, and logic. |
|---|---|
| SASS / SCSS | CSS preprocessor syntax used in FO Framework for modular and maintainable styles. |
| Razor | View engine syntax for ASP.NET MVC, enabling server-side code integration in markup. |
| Accessibility (A11y) | Standards (WCAG, ARIA) ensuring inclusive user experiences for all audiences. |