Skip to content

Commit 08700e4

Browse files
chore(button): add example for changing size
1 parent 657c699 commit 08700e4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
1.27 KB
Loading

components/button/overview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,22 @@ You can style the button through its `Class` attribute to define your own CSS ru
111111
![](images/red-button.png)
112112

113113

114+
>caption Change the button size
114115
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+
![use css to change the button size](images/button-size-change.png)
115130

116131
## See Also
117132

0 commit comments

Comments
 (0)