Link
Link component implementation. It uses a focusable interactive span with necessary a11y attributes, and supports disabled state.
Remaining features
-
preventFocusOnPress
- Support for using normal html anchor link. At least external link is a use case.
- Support for icon at left and right. A few specific icons like "externalLink", "ContextHelp", or "DropdownLink"
are supported in
ActionLink
implementation
Live example
Result
Loading...
Live Editor
<> <Link onPress={console.log}>Configure servers...</Link> <br /> <Link onPress={console.log} isDisabled> Disabled link </Link> <br /> </>