Skip to content

Commit c0f6b6c

Browse files
yordan-mitevradkostanev
authored andcommitted
add design system links
1 parent 342f53a commit c0f6b6c

File tree

13 files changed

+39
-27
lines changed

13 files changed

+39
-27
lines changed

components/button/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Blazor Button provides a variety of styling options through the [built-in th
2222

2323
1. Add an `OnClick` event handler to show the current date and time.
2424

25-
>caption Basic Blazor Button with OnClick event handler
25+
>caption Basic Blazor Button with `OnClick` event handler
2626
2727
````CSHTML
2828
@result
@@ -39,7 +39,6 @@ The Blazor Button provides a variety of styling options through the [built-in th
3939
}
4040
````
4141

42-
4342
## Icons
4443

4544
To visually communicate the purpose of a button, you can add an image, sprite, or font icon. You can choose between a wide range of built-in font icons or use your custom font icons. [Read more about the Blazor Button icons...]({%slug button-icons%})
@@ -60,6 +59,8 @@ To prevent user interaction with a Button, disable it. [Read more about the disa
6059

6160
To customize the style and the appearance of the Blazor Button, you can use the [built-in themes]({%slug general-information/themes%}). Additionally, set the `Class` attribute and implement custom CSS rules. [Read more about the Blazor Button styling...]({%slug button-styling%})
6261

62+
>tip To learn more about the appearance, anatomy, and accessibility of the Button, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/button/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
63+
6364
## Button Reference
6465

6566
Add a reference to the Button instance to use its methods (for example - `FocusAsync()`). Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#notes).

components/buttongroup/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The ButtonGroup component lets you [select one or more toggle buttons]({%slug bu
2222
1. Inside it, add the desired [button tags]({%slug buttongroup-buttons%}) that denote each button - `<ButtonGroupToggleButton>` or `<ButtonGroupButton>`.
2323
1. Optionally, use the `OnClick` event of these buttons to handle the user actions. Read more in the [Events]({%slug buttongroup-events%}) article.
2424

25-
>caption TelerikButtonGroup with regular buttons and toggle buttons, and their respective OnClick handlers
25+
>caption Blazor ButtonGroup with regular buttons and toggle buttons, and their respective `OnClick` handlers
2626
2727
````CSHTML
2828
<TelerikButtonGroup>
@@ -59,6 +59,8 @@ The ButtonGroup allows you to control the selection mode of its `ButtonGroupTogg
5959

6060
The separate button instances of the ButtonGroup provide several parameters that control their [styling and appearance, including background color, rounded corners and fill]({%slug buttongroup-appearance%}).
6161

62+
>tip To learn more about the appearance, anatomy, and accessibility of the ButtonGroup, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/buttongroup/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
63+
6264
## Events
6365

6466
The Blazor ButtonGroup fires events that you can handle and respond to user actions. [Read more about the Blazor ButtonGroup events....]({%slug buttongroup-events%})

components/checkbox/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ In addition to basic *checked* and *unchecked* states, the Blazor CheckBox has a
4141

4242
The Checkbox component provides size and border settings to control its appearance. [Read more about the Blazor Checkbox appearance settings]({%slug checkbox-appearance%}).
4343

44+
>tip To learn more about the appearance, anatomy, and accessibility of the CheckBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/checkbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
45+
4446
## Events
4547

4648
The Blazor Checkbox fires value change, focus and state change events that you can handle and further customize its behavior. [Read more about the Blazor Checkbox events]({%slug checkbox-events%}).

components/chip/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ To use a Telerik Chip for Blazor:
5151

5252
You can customize the appearance of the Blazor Chip via a variety of built-in customization options. [Read more about the Chip appearance settings...]({%slug chip-appearance%})
5353

54+
>tip To learn more about the appearance, anatomy, and accessibility of the Chip, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/chip/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
55+
5456
## Chip Parameters
5557

5658
The table below lists the Chip parameters. Also check the [Chip API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikChip) for all parameters, methods and events.

components/combobox/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#groupin
101101

102102
### Styling and Appearance
103103

104-
The following parameters enable you to customize the appearance of the Blazor ComboBox:
104+
The following parameters enable you to customize the [appearance]({%slug combobox-appearance%}) of the Blazor ComboBox:
105105

106106
@[template](/_contentTemplates/dropdowns/features.md#styling)
107107

108-
You can find more options for customizing the ComboBox styling in the [Appearance article]({%slug combobox-appearance%}).
109-
108+
>To learn more about the appearance, anatomy, and accessibility of the ComboBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/combobox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
110109
111110
### Popup settings
112111

components/dropdownlist/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
100100

101101
### Styling and Appearance
102102

103-
The following parameters enable you to customize the appearance of the Blazor DropDownList:
103+
The following parameters enable you to customize the [appearance]({%slug dropdownlist-appearance%}) of the Blazor DropDownList:
104104

105105
@[template](/_contentTemplates/dropdowns/features.md#styling)
106106

107-
You can find more options for customizing the DropDownList styling in the [Appearance article]({%slug dropdownlist-appearance%}).
108-
107+
>To learn more about the appearance, anatomy, and accessibility of the DropDownList, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/dropdownlist/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
109108
110109
### Popup Settings
111110

components/maskedtextbox/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ See the [MaskedTextBox API Reference](/blazor-ui/api/Telerik.Blazor.Components.T
8080

8181
### Styling and Appearance
8282

83+
The following parameters enable you to customize the [appearance]({%slug maskedtextbox-appearance%}) of the Blazor MaskedTextBox:
84+
8385
| Parameter | Type and Default value | Description |
8486
|---|---|---|
8587
| `Class` | `string` | The custom CSS class of the `<span class="k-maskedtextbox">` element. |
8688
| `Width` | `string` | The component width. |
8789

88-
Find more parameters to customize the masked textbox styling in the [Appearance article]({%slug maskedtextbox-appearance%}).
90+
>To learn more about the appearance, anatomy, and accessibility of the MaskedTextBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/maskedtextbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
8991
9092
## MaskedTextBox Reference and Methods
9193

components/multiselect/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ The Blazor MultiSelect provides various parameters that allow you to configure t
116116

117117
### Styling and Appearance
118118

119-
The following parameters enable you to customize the appearance of the Blazor MultiSelect:
119+
The following parameters enable you to customize the [appearance]({%slug multiselect-appearance%}) of the Blazor MultiSelect:
120120

121121
@[template](/_contentTemplates/dropdowns/features.md#styling)
122122

123-
You can find more options for customizing the MultiSelect styling in the [Appearance article]({%slug multiselect-appearance%}).
123+
>tip To learn more about the appearance, anatomy, and accessibility of the MultiSelect, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/multiselect/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
124124
125125
### Popup settings
126126

components/numerictextbox/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ published: True
88
position: 0
99
---
1010

11-
# Blazor Numeric Textbox Overview
11+
# Blazor Numeric TextBox Overview
1212

1313
The <a href="https://www.telerik.com/blazor-ui/numeric-textbox" target="_blank">Blazor Numeric Textbox component</a> allows the user to enter decimal values and no text. The developer can control minimum, maximum values, steps and other elements of the UX.
1414

15-
## Creating Blazor Numeric Textbox
15+
## Creating Blazor Numeric TextBox
1616

1717
1. Add the `TelerikNumericTextBox` tag to your razor page.
1818
1. Bind a numeric data type to the component
1919
1. Optionally, set custom `Format`, `Min`, `Max` and `Step` values
2020

21-
>caption Basic numeric textbox with its key features
21+
>caption Basic numeric text box with its key features
2222
2323
````CSHTML
2424
The new value is: @theValue
@@ -72,7 +72,7 @@ The Blazor Numeric TextBox allows you to define your desired custom format throu
7272
}
7373
````
7474

75-
## Numeric Textbox Parameters
75+
## Numeric TextBox Parameters
7676

7777
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
7878

@@ -95,14 +95,14 @@ The Blazor Numeric TextBox allows you to define your desired custom format throu
9595

9696
### Styling and Appearance
9797

98-
The following parameters enable you to customize the appearance of the Blazor Numeric TextBox:
98+
The following parameters enable you to customize the [appearance]({%slug numerictextbox-appearance%}) of the Blazor Numeric TextBox:
9999

100100
| Attribute | Type and Default Value | Description |
101101
| --- | --- | --- |
102102
| `Class` | `string` | The CSS class that will be rendered on the `<span class="k-numerictextbox">` element. |
103103
| `Width` | `string` | The width of the component in [any supported CSS unit]({%slug common-features/dimensions%}). |
104104

105-
Find more options for customizing the Numeric TextBox styling in the [Appearance article]({%slug numerictextbox-appearance%}).
105+
>tip To learn more about the appearance, anatomy, and accessibility of the NumericTextBox, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/numerictextbox/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
106106
107107
## Component Reference
108108

components/splitbutton/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The primary SplitButton action and each secondary item in the dropdown can [disp
6363

6464
The SplitButton provides a [variety of settings to control its visual appearance]({%slug splitbutton-appearance%}), for example the colors, borders, and size. This spares the need to use custom CSS code.
6565

66+
>tip To learn more about the appearance, anatomy, and accessibility of the SplitButton, visit the [Progress Design System documentation](www.telerik.com/design-system/docs/components/splitbutton/)—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.
6667
6768
## Events
6869

0 commit comments

Comments
 (0)