Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 1.14 KB

File metadata and controls

52 lines (35 loc) · 1.14 KB

Table of contents

Anatomy

Separate components each elements.

Specs

Describe atmoic components sepcs.

Options

Describe atmoic components design options.

Props

Describe components variables.

  /**
   * Set this to change font Color
   * @default 
   * @requires
   */
  variable?: string;

Behaviors

  • All interactive states
    • Includes all interactive states that are applicable (hover, down, focus, keyboard focus, disabled).

Accessibility

Design checklist

  • All color themes
    • Works properly across all four color themes (light, dark).
  • All platform scales
  • Includes a desktop scale (UWP, macOS, web desktop) and a mobile scale (iOS, Android, web mobile).
  • All interactive states
    • Includes all interactive states that are applicable (hover, down, focus, keyboard focus, disabled).
  • Defined behaviors
    • Includes guidelines for layout (wrapping, truncation, overflow), animation, interactions, etc.
  • Keyboard interactions
    • Follows WCAG 2.0 standards for keyboard accessibility guidelines and includes a description of the keyboard interactions.

Internationalization

Use cases