Skip to content

Commit a0f6e7d

Browse files
committed
983366: updated the UG for AppBar
1 parent 8f27bc8 commit a0f6e7d

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

blazor/appbar/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Accessibility in Blazor AppBar Component
1111

12-
The [Blazor AppBar](https://www.syncfusion.com/blazor-components/blazor-appbar) component is developed with a strong commitment to accessibility, ensuring it adheres to globally recognized standards for inclusive user interfaces. It follows guidelines from [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
12+
The Blazor AppBar[Blazor AppBar](https://www.syncfusion.com/blazor-components/blazor-appbar) component is developed to support accessibility and aligns with globally recognized standards for inclusive user interfaces. It follows guidelines from [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
1313

1414
The accessibility compliance for the Blazor AppBar component is outlined below.
1515

blazor/appbar/design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
## AppBarSpacer
1313

14-
[AppBarSpacer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.AppBarSpacer.html) is used to introduce flexible spacing between items within the AppBar. It's particularly useful for pushing content to the left or right, or for creating balanced layouts.
14+
[AppBarSpacer](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.AppBarSpacer.html) is used to introduce flexible spacing between items within the AppBar. It is particularly useful for pushing content to the left or right, or for creating balanced layouts.
1515

1616
The following example demonstrates how to use `AppBarSpacer` to provide dynamic spacing between buttons:
1717

@@ -72,7 +72,7 @@ The following example shows how to use `AppBarSeparator` to visually group actio
7272

7373
## Responsive AppBar with Media Queries
7474

75-
You can use CSS Media Queries to define responsive layouts, ensuring the AppBar remains functional and aesthetically pleasing on both desktop and mobile devices.
75+
CSS media queries can be used to create responsive layouts, allowing the AppBar to remain functional and visually consistent across both desktop and mobile devices.
7676
The following example demonstrates how CSS media queries can adjust the AppBar's layout to wrap its content and resize for smaller screens:
7777

7878
```cshtml

blazor/appbar/position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Positioning in Blazor AppBar Component
1111

12-
The AppBar component offers flexible control over its placement and behavior within your application's layout. You can configure its position and whether it remains visible during scrolling using the [Position](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_Position) and [IsSticky](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_IsSticky) property. The AppBar provides the following options for setting its position:
12+
The AppBar component offers flexible control over its placement and behavior within your application's layout. You can configure its position and whether it remains visible during scrolling using the [Position](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_Position) and [IsSticky](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_IsSticky) property. The AppBar provides the following options for setting its position:
1313

1414
* Top AppBar
1515
* Bottom AppBar

blazor/appbar/style-and-appearance.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ documentation: ug
1111

1212
The AppBar component is highly customizable, allowing you to tailor its visual presentation to perfectly fit your application's design language. This document outlines various methods to modify the AppBar's appearance, focusing on overriding default CSS, utilizing custom classes, and applying HTML attributes.
1313

14-
For comprehensive custom theming across Syncfusion controls, you can utilize our [Theme Studio](https://blazor.syncfusion.com/themestudio/?theme=material), which provides a guided interface to create and manage custom themes.
14+
For comprehensive custom theming across Syncfusion controls, the [Theme Studio](https://blazor.syncfusion.com/themestudio/?theme=material) offers an intuitive interface to create and manage personalized custom themes efficiently.
1515

1616
## Customizing AppBar Elements with CSS Classes
1717

18-
The AppBar component is structured with a set of default CSS classes that you can target to override its default styles. Here's a list of common classes and their purpose:
18+
The AppBar component includes a set of default CSS classes that can be targeted to customize its appearance. Below is a list of commonly used classes and their respective purposes:
1919

2020
|CSS Class | Purpose of Class |
2121
|-----|----- |
@@ -31,8 +31,7 @@ N> You can change the prominent AppBar height if larger titles, images, or texts
3131

3232
## CssClass
3333

34-
The `CssClass` property of the `SfAppBar` component allows you to apply a custom CSS class directly to the root HTML element of the AppBar. This provides a clean way to introduce your own styles or completely override existing ones.
35-
34+
The `CssClass` property of the `SfAppBar` component assigns a custom CSS class to its root HTML element.
3635
In the example below, the AppBar background and color are customized using the [CssClass](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigations.SfAppBar.html#Syncfusion_Blazor_Navigations_SfAppBar_CssClass) property.
3736

3837
```cshtml

0 commit comments

Comments
 (0)