Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.26 KB

File metadata and controls

64 lines (40 loc) · 2.26 KB

NHS FDP Design System Documentation

Welcome to the NHS FDP Design System documentation. This directory contains comprehensive guides, migration documentation, and technical references.

Directory Structure

Components (/docs/components/)

Component-specific implementation guides and patterns:

Migration (/docs/migration/)

Migration guides and progress tracking:

Design Tokens (/docs/tokens/)

Token system documentation and analysis:

Testing (/docs/testing/)

Testing guides and visual testing documentation:

  • TODO

Guides (/docs/guides/)

Development and workflow guides:

Quick Start

  1. For Developers: Start with the Migration Guide
  2. For Designers: Check out the Design Tokens Guide
  3. For QA: See the Visual Testing Guide

Architecture

The NHS FDP Design System follows these principles:

  • Token-based design: All visual properties are defined as design tokens
  • Component-driven development: Reusable React components with TypeScript
  • Accessibility-first: WCAG 2.1 AA compliance built-in
  • Testing-focused: Comprehensive visual regression and unit testing
  • Storybook integration: Component documentation and development environment

Related Resources