Skip to content

2021.05.06 Primer Web

Compare
Choose a tag to compare
@ashygee ashygee released this 06 May 17:17
· 1115 commits to main since this release
da2f842

Primer Web

Figma link

Major updates to form components

New form updates

All form components now use Figma's variants feature

Example: Text input with it's properties of size, type, content, and icon

Additional design guidelines added to showcase correct pairing for form group validation.

Example: text input with variants

🚀 Enhancement 5/4/21

  • Improved Form components! All form components now use variants.
  • Text input
    • Now includes options for size, content type, variation type, option for leading icon
  • Textarea
    • Removed unnecessary types
  • Corrected coloring for Text input and Textarea
  • Changed name of Form group validation to Note
  • Added variant for emphasis to label on checkboxes and radio buttons
  • Privatized text elements not necessary to component level
  • Applied text styles to Text input
  • Reorganized content on Form page
  • Descriptions and documentation links added to components

🧽 Chores 5/4/21

  • Import color update from Primer Primitives
Contributors