braindump

Accessibility-flavored React Components make your Design System Delicious


Icons

<span class="root">
  <!-- "root" forces the inline-block display to easy styling-->
  <span class="icon icon-email" aria-hidden="true"></span>
  <!-- hides the icon from screen readers -->
  <span class="visuallyHidden">email</span>
  <!-- remove the visual representation from the UI but visible to screen readers-->
</span>

Buttons

inputs

Documentation