Basic Components: Link
A container that triggers navigation to a specified path.
The Link is a container component for which a click or tap event on any of its children triggers a navigation action to a specified path. It functions similarly to an <a> tag in HTML.
Configuration
The component is configured using the Linking editor in the Settings Panel of the Right Sidebar. It contains two properties:
- Link To: Allows you to enter a path that specifies the destination for end users when they click or tap the component. For more information, see the Routes documentation.
- Open In New Tab: Allows users to choose how the link destination opens. By default, this property is set to
false, and the link destination will open in the same tab. If you set it totrue, the link destination will open in a new tab.
Did this answer your question?
