You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/button/default.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
</div>
61
61
<divid="description">
62
62
<p>
63
-
Button is used to perform an action by clicking it. It supports both text and icons.
63
+
Button is a graphical user interface element that triggers an event on its click action. It can contain a text, an image, or both.
64
64
</p>
65
65
<p>
66
66
In this sample, Play button is a toggle button and it can been enabled using <b>isToggle</b> property. To change text and icon you have to handle click event.
0 commit comments