Skip to content

Button

Button

Usage

A button indicates a distinct action and executes a function. Text, icon, or a combination of the two express the action and are supported by the variant and occasionally a tooltip.

Import

js
import { MtButton } from "@shopware-ag/meteor-component-library";

Example