IntentButton
The IntentButton
is a dedicated component for sending
intents. The IntentButton
only works within the AppShell context.
Import
import { IntentButton } from '@dynatrace/strato-components-preview/buttons';
Use cases
The IntentButton
component consists of a button label with a prefix icon, and
a dropdown menu.
Display intents in a menu
Use the IntentButton.Item
compound component to automatically display
additional intents in a menu. The main intent is the primary action on the root
component, the <IntentButton>
, itself.