The <Button> component renders interactive buttons with various styles, sizes, and intents.
The visual intent of the button
Whether the button is disabled
Whether to use small size
Whether to use large size
Icon to display on the left side
URL to navigate to (renders as link button)
Specifies where to open the linked URL. For typical documentation sites, links can open in the same tab (_self) or new tab (_blank). For documentation embedded in a dashboard or iframe, links can open in the parent frame (_parent) or topmost frame (_top).
Whether to use minimal styling
Whether to use outlined styling
Whether the button should take full width
Whether to use rounded corners
Whether the button is in active state
Whether to use monospace font
Icon to display on the right side
The button text content
Additional CSS classes