Skip to content

Commit bedce94

Browse files
radkostanevyanisslav
authored andcommitted
chore: wip
1 parent 51ce792 commit bedce94

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

components/button/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This article introduces the <a href="https://www.telerik.com/blazor-ui/buttons"
1414

1515
Buttons convey user actions and can display text, images and HTML.
1616

17+
<demo metaUrl="buttons/styling/appearance/" height="222" />
18+
1719
The Blazor Button provides a variety of styling options through the [built-in themes](slug:themes-overview) and the [button type](slug:button-type). It supports [font icons and images](slug:button-icons) and fires click [events](slug:button-events).
1820

1921
## Creating Blazor Button

docs-builder.yml

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,113 @@ enable-tabbed-code-blocks: true
2020
blazor-repl: true
2121
pdf-cover-png-path: ./images/pdf-cover.png
2222

23+
demos:
24+
metaFileName: demo.json
25+
defaultTheme: default-ocean-blue-a11y
26+
uris:
27+
www.telerik.com: https://localhost:7053/
28+
www.telerik.com/kendo-angular-ui-develop/components/: https://localhost:7053/
29+
wwwsit.telerik.com: https://localhost:7053/
30+
wwwsit.telerik.com/kendo-angular-ui-develop/components/: https://localhost:7053/
31+
default: https://localhost:7053/
32+
themes:
33+
default-main:
34+
name: Main
35+
group: Default
36+
colors: ['#FFFFFF', '#ff6358', '#424242']
37+
default-main-dark:
38+
name: Main Dark
39+
group: Default
40+
tags: [dark]
41+
colors: ['#333333', '#ff6358', '#FFFFFF']
42+
default-ocean-blue:
43+
name: Ocean Blue
44+
group: Default
45+
colors: ['#ffffff', '#0275d8', '#656565']
46+
default-ocean-blue-a11y:
47+
name: Ocean Blue A11y
48+
group: Default
49+
tags: [accessibility]
50+
colors: ['#ffffff', '#0275d8', '#656565']
51+
default-nordic:
52+
name: Nordic
53+
group: Default
54+
colors: ['#ffffff', '#01a8c1', '#e7607b']
55+
default-purple:
56+
name: Purple
57+
group: Default
58+
colors: ['#ffffff', '#bf70cc', '#424242']
59+
default-turquoise:
60+
name: Turquoise
61+
group: Default
62+
colors: ['#ffffff', '#28bfba', '#424242']
63+
64+
bootstrap-main:
65+
name: Main
66+
group: Bootstrap
67+
colors: ['#ffffff', '#0d6efd', '#212529']
68+
bootstrap-main-dark:
69+
name: Main Dark
70+
tags: [dark]
71+
group: Bootstrap
72+
colors: ['#212529', '#0d6efd', '#ffffff']
73+
bootstrap-nordic:
74+
name: Nordic
75+
group: Bootstrap
76+
colors: ['#ffffff', '#01a8c1', '#e7607b']
77+
bootstrap-urban:
78+
name: Urban
79+
group: Bootstrap
80+
colors: ['#ffffff', '#447a99', '#ff804d']
81+
bootstrap-vintage:
82+
name: Vintage
83+
group: Bootstrap
84+
colors: ['#744662', '#f2efe8', '#90b8c1']
85+
86+
material-main:
87+
name: Main
88+
group: Material
89+
colors: ['#ffffff', '#3f51b5', '#424242']
90+
material-main-dark:
91+
name: Main Dark
92+
tags: [dark]
93+
group: Material
94+
colors: ['#303030', '#3f51b5', '#ffffff']
95+
material-arctic:
96+
name: Arctic
97+
group: Material
98+
colors: ['#ffffff', '#2196f3', '#455a64']
99+
material-lime-dark:
100+
name: Lime Dark
101+
tags: [dark]
102+
group: Material
103+
colors: ['#303030', '#8bc34a', '#ffffff']
104+
material-nova:
105+
name: Nova
106+
group: Material
107+
colors: ['#ffffff', '#e91e63', '#455a64']
108+
109+
fluent-main:
110+
name: Main
111+
group: Fluent
112+
colors: ['#ffffff', '#0078D4', '#323130']
113+
114+
fluent-main-dark:
115+
name: Main Dark
116+
group: Fluent
117+
colors: ['#323130', '#0078D4', '#ffffff']
118+
actions:
119+
open-code-sandbox:
120+
name: CodeSandBox
121+
group: Edit in
122+
newWindow: true
123+
iconUri: data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgc3Ryb2tlPSIjODJBMDBDIi8+Cjwvc3ZnPgo=
124+
open-stack-blitz:
125+
name: StackBlitz
126+
newWindow: true
127+
group: Edit in
128+
iconUri: data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAyNzIgNi4xOTU2NUw0LjcxMTk2IDE1TDcuMzIwNjUgOC44MDQzNUgzTDExLjMxNTIgMEw4LjcwNjUyIDYuMTk1NjVIMTMuMDI3MloiIGZpbGw9IiMxMzg5RkQiLz4KPC9zdmc+Cg==
129+
23130
cta-overview: The @Subject component is part of @ProductLink, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
24131
cta-intro: "@ProductLink is a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial."
25132

0 commit comments

Comments
 (0)