Which folder in a design system file structure typically contains reusable UI elements like buttons, inputs, and icons?
Think about where you would find building blocks used repeatedly in designs.
The Components folder holds reusable UI elements such as buttons, inputs, and icons that designers use across projects.
In a design system file structure, where should color tokens be stored for easy maintenance and consistency?
Think about where you keep values that define styles like colors and fonts.
Color tokens are stored in the Tokens folder to centralize style values for consistency and easy updates.
Which of the following diagrams best represents a clear and scalable design system file structure?
Root/
āāā Tokens/
ā āāā Colors
ā āāā Typography
ā āāā Spacing
āāā Components/
ā āāā Buttons
ā āāā Forms
ā āāā Icons
āāā Assets/
ā āāā Images
ā āāā Logos
āāā Documentation/
āāā Guidelines
āāā UsageLook for a structure that separates tokens, components, assets, and documentation clearly.
Option A shows a well-organized, scalable file structure separating tokens, components, assets, and documentation clearly.
Which option shows a problematic design system file structure that could cause confusion or maintenance issues?
Look for folders mixing unrelated items that should be separated.
Option A incorrectly places color and typography tokens inside the Components folder, mixing style values with UI elements, which can cause confusion and maintenance issues.
You need to organize a design system file structure that supports web, iOS, and Android platforms with shared and platform-specific components. Which structure best supports scalability and clarity?
Consider how to separate shared and platform-specific parts clearly.
Option B organizes components into shared and platform-specific folders under Components, keeping tokens centralized and documentation separate, which supports scalability and clarity.