Design Systems Terms (nn/g study guide) Flashcards
Design System
A complete set of standards intended to manage design at scale using reusable components and patterns
Design Repository
Place where design elements are stored (style guide, component library, or pattern library)
Style guide
Contain specific implementation guidelines, visual references, and design principles for interfaces.
Most common style guide: branding guide
Component Library (aka design libraries)
Houses predetermine, reusable UI elements used by designers and developers
Contains:
-Component name: name of component
-Description: what component is an how it’s used (includes dos and don’ts od use for context and clarification)
-Attributes: varibles and adjustments that can be made to customize or adapt the component for different purposes (i.e. color, size, etc)
-State: recommended defaults and subsequent changes in appearence
-Code Snippets: actual code for element
-Front-end and back-end frameworks
Pattern Library
Houses predetermined, reusable UI-element groupings (i.e. headings, breadcrumbs, etc)