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 has been archived by the owner on Jun 5, 2023. It is now read-only.
The TextLink component is built on top of ButtonCore which has an isDisabled prop (depending on whether a real link or a button is rendered, this will either render a <span> instead of a link, or add the aria-disabled attribute to buttons.
We need to add appropriate styling to make this state perceivable by users.
The text was updated successfully, but these errors were encountered:
The
TextLink
component is built on top ofButtonCore
which has anisDisabled
prop (depending on whether a real link or a button is rendered, this will either render a<span>
instead of a link, or add thearia-disabled
attribute to buttons.We need to add appropriate styling to make this state perceivable by users.
The text was updated successfully, but these errors were encountered: