1 2 3 4 5 6 7 8 9 10 11 12 13 14
The button element is used to trigger actions or events in a user interface. ## Component Structure ```rust button { // Global html attributes class: "dx-button", "data-style": "outline", "data-size": "default", // Children {children} } ```