Link
Use the Link
component to navigate to a different page within the application.
For external resources in a different domain, use the
ExternalLink
component instead.
Link vs. Button
Link
- Use Links only for navigational purposes. For example, to navigate to another page within an app or view.
ExternalLink
- Use ExternalLinks to navigate users to an external page. For example, a third-party website or a Dynatrace Docs page.
Button
- Use Buttons to trigger actions or events.
- In rare cases, buttons can have navigational purposes. For example, when links need to align visually with surrounding items or when the main actions in a view are links, such as Next or Previous buttons in a guided user flow.
IntentButton
- Use IntentButtons if users will continue a user flow in another Dynatrace app. Clicking the IntentButton triggers an overlay that lets users select an app to share data with.
- Read more about intents on the dedicated intents page.
Still have questions?
Find answers in the Dynatrace Community