Components
AbbreviateNumberActionLinkAdaptiveCardAffixAuthorityCheckCalendarViewChartConfirmDialogContainerCustomFormatInputDataTableDebounceInputDoubleSidedImageEllipsisButtonGanttChartGrowShrinkValueIconTextImageGalleryLoadingMasonryMediaSkeletonNavToggleNumericInputOtpInputPasswordInputPatternInputRegionMapRichTextEditorSegmentItemOptionStickyFooterSyntaxHighlighterUsersAvatarGroup
ActionLink
ActionLink lets the user navigate to another page by clicking or tapping on it.
Basic
Basic usage.
Theme color
You can disable the default theme color applied to the ActionLink by setting
themeColor to false.Hyperlink
You can use ActionLink as hyperlink as well without using
to props to define the destination.API
ActionLink
| Prop | Description | Type | Default |
|---|---|---|---|
| replace | When true, clicking the link will replace the current entry in the history stack instead of adding a new one | boolean | - |
| state | State to persist to the location as Link component in react-router | any | - |
| themeColor | Whether to apply theme color on this link | boolean | true |
| to | Describes a location that is the destination of some navigation | string | {pathName: string, search: string, hash: string} | - |