HealthTech
Building the Wello Design System: A Unified Approach
Led the development of the Wello Design System for the MRP project. Adopted a component-based approach with React, utilizing an 8pt grid and Figma variants.
Challenge
Goal
95%
Improved UI Components Consistency
25%
Increased in Project Completion
84%
Increased Components Scalability
Brainstorming
Process
Adopting an Atomic Design Framework:
The Wello DS was structured using atomic design principles:
Atoms: Defined basic building blocks (e.g., buttons, inputs, avatars) in Figma with a focus on tokenization to handle properties like colors, typography, and spacing.
Molecules: Combined atoms into functional units, such as form fields with labels and tooltips.
Organisms: Created complex components (e.g., headers, navigation, panels) to ensure consistency in large interface sections.
Patterns and Templates: Defined templates for different user flows in both the Patient and Staff Portals, incorporating flexibility for layout changes and content variations.
Tokenization with Figma and Tailwind:
Implemented a brand-to-alias tokenization paradigm in Figma, where brand tokens (e.g.,
red-100: #FEE4E2
) were mapped to semantic alias tokens (color-bg-success
) in the design files.Utilized Tailwind CSS for default utility classes, ensuring the token names in Figma aligned with Tailwind's classes (
bg-blue-500
,text-sm
). This made it easier for developers to implement designs accurately.Built custom tokens for branding needs within the Tailwind framework, such as
color-primary
,color-success
,font-family-primary
, to maintain a coherent visual identity throughout the platform.
Syncing with Storybook:
Established a 1-1 sync between Figma and Storybook to bridge the gap between design and development. The integration used plugins like Anima for component synchronization and @storybook/addon-designs for embedding Figma canvases directly into Storybook.
This setup allowed developers to see and interact with the latest design versions directly in Storybook, ensuring component updates were implemented correctly.
Building Accessibility into the System:
Integrated Stark and other accessibility tools within Figma to test and ensure color contrast and text legibility met WCAG 2.1 standards.
Developed components in Storybook with accessibility attributes (
aria-labels
, roles) baked in, simplifying the process for developers to create accessible UI elements.
Documentation and Collaboration:
Created thorough documentation for each component and pattern, including usage guidelines, accessibility standards, and design rationale.
Maintained open communication with cross-functional teams to gather feedback and iterate on components, ensuring the design system remained flexible and adaptable to Wello's evolving needs.