1 of 26

Applying a Design System to Your Document Design

Leah Catania

Content Strategist, Technical Communications

TraceLink, Inc.

PRESENTED BY

2 of 26

Introduction

  • Design and develop document design
  • Work closely with UX to develop IA and user flow patterns
  • Led the project to write TraceLink’s Anthem Design Guide

  • Content Strategist at TraceLink, Inc.
  • 7+ years of technical writing experience
  • 8+ years studying and performing usability testing
  • 7+ years of industry experience in pharmaceutical supply chain (heavily regulated)

3 of 26

Agenda

  • Design System Guides
    • What are they?
    • Examples
    • How to use the guides
  • Developing document design
    • Typography and colors
    • Backgrounds
    • Skins
    • Replicating a header with a side nav skin
    • Buttons
    • Iconography
    • Components

4 of 26

Design system guides

5 of 26

What is a design system guide or UX style guide?

  • Set of standards, with reusable components and patterns, to design at scale easily, with consistency
  • Desing system guides define:
    • Styles
    • Components
    • Patterns
    • Downloadable resources (often)
  • Easily learn and adapt to the system, so all experiences are consistent in brand, style, visuals, and voice

6 of 26

Examples

Design system guides

7 of 26

8 of 26

9 of 26

10 of 26

11 of 26

How to use design system guides

Design system guides

12 of 26

How to use design system guides

  • High-level information about how to use each piece of the design system
    • “How to” for designing experiences within that brand
  • Detailed information about specific best practices
  • Use the colors, typography, and iconography provided to inform design decisions
  • Use the downloadable resources for CSS and other style information

13 of 26

Developing document design

14 of 26

Typography and colors

Anthem Design Guide

CSS

15 of 26

Backgrounds

Use div.off-canvas-wrapper to keep background images from displaying in the XML editor

background: var(--secondary-background-color-gradient-background, linear-gradient(270deg, #003D4C 0%, #006343 100%));

CSS

Anthem Design Guide

Figma

16 of 26

Skins

background: linear-gradient(180deg, rgba(37, 37, 37, 0.20) 0.33%, rgba(255, 255, 255, 0.20) 100%);

If you need a background with partial transparency, use an image

Figma

17 of 26

Skins

CSS

Skin Editor

18 of 26

Replicating a header with a side nav skin

Master Page

Output

19 of 26

Buttons

CSS

Output

Figma

20 of 26

Iconography

21 of 26

Building a card component

Demo

22 of 26

Final result

23 of 26

Final Result

24 of 26

25 of 26

26 of 26

Questions?

Extra Information