You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
The framework advertises "Accessibility" and WAI-ARIA compliance. While in general it looks quite good, I have found multiple a11y issues.
While the focus ring looks great for input components, it's completely missing for buttons. Keyboard users won't know which element is currently focused.
Some Button colors do not pass the contrast-ratio as per WCAG (e.g. the green Success button)
Form inputs shouldn't use both aria-labelledby and aria-describedby if the content is equal. It will be announced twice via the screen reader.