We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657c699 commit 08700e4Copy full SHA for 08700e4
components/button/images/button-size-change.png
1.27 KB
components/button/overview.md
@@ -111,7 +111,22 @@ You can style the button through its `Class` attribute to define your own CSS ru
111

112
113
114
+>caption Change the button size
115
116
+````
117
+<style>
118
+ .large-button {
119
+ width: 200px;
120
+ height: 50px;
121
+ }
122
+</style>
123
+
124
+<TelerikButton Class="large-button">Large button</TelerikButton>
125
126
127
+>caption The result from the code snippet above
128
129
+
130
131
## See Also
132
0 commit comments