ActionLink lets the user navigate to another page by clicking or tapping on it.
themeColor to false.to props to define the destination.| 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} | - |