Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 782 Bytes

COMPONENT_GUIDELINES.md

File metadata and controls

12 lines (11 loc) · 782 Bytes

General guidelines for React components

  • Test your component in the latest version of evergreen browsers
  • Use CSS grids for layout where appropriate
  • Write tests in Jest
  • Take time to learn from other design systems
  • Keep the component as simple as possible
  • Always get in touch with one of the lead developers before you start work on a component
  • Components issues labelled "storefront" have the highest priority