style-guide icon indicating copy to clipboard operation
style-guide copied to clipboard

Accessibility improvements for Button

Open katarzynatobis opened this issue 1 year ago • 0 comments

  • documentation and tests added
  • switched to default cursor
  • Button stories rewritten to mdx
  • has accessible information about loading state
  • native button type can be set as nativeType
  • with href (Button with href should have a role link and meet the accessibility requirements for the link):
    • has accessible information about opening a new tab when target="_blank" is provided
    • disabled is respected
  • documentation for toggle button
Screenshot 2022-08-16 at 11 41 04

katarzynatobis avatar Aug 10 '22 10:08 katarzynatobis