Skip to content

Commit ea6a9d6

Browse files
committed
spacing and spelling changes
1 parent 8f3383d commit ea6a9d6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# How to Add Syncfusion Blazor Tabs Component to a Blazor Server App
1+
# How to Add Syncfusion Blazor Tabs Component to a Blazor Server App
22

3-
The [Blazor Tabs](https://www.syncfusion.com/blazor-components/blazor-tabs?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) is a simple user interface (tabs UI) for organizing related content and occupying a compact space.
4-
A quick overview on how to create and configure the Syncfusion Blazor Tabs component in a Blazor server app using Visual Studio 2019. The Blazor Tabs component is a content panel to show multiple contents in a compact space, one at a time. In this video, you will learn how to add a simple Blazor Tabs component to a Blazor server app. You will see how to change the tab header position as well as how to set styles to the active tab header. Finally, you will learn how to add contents using a template and how to set a display mode to the Blazor Tabs component.
3+
The [Blazor Tabs](https://www.syncfusion.com/blazor-components/blazor-tabs?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) is a simple user interface (tabs UI) for organizing related content and occupying a compact space. A quick overview on how to create and configure the Syncfusion Blazor Tabs component in a Blazor server app using Visual Studio 2019. The Blazor Tabs component is a content panel to show multiple contents in a compact space, one at a time. In this video, you will learn how to add a simple Blazor Tabs component to a Blazor server app. You will see how to change the tab header position as well as how to set styles to the active tab header. Finally, you will learn how to add contents using a template and how to set a display mode to the Blazor Tabs component.
54

65
## Project pre-requisites
76
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK latest version(3.1.2) in your machine before starting to work on this project.
8-
Make sure that you have the compatible versions of Visual Studio 2019 and .NET C
7+
Make sure that you have the compatible versions of Visual Studio 2019 and .NET C.
98

109
## How to run this application?
1110
To run this application, you need to first clone the create-blazor-tabs-component-in-blazor-server-app repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
@@ -14,27 +13,27 @@ To run this application, you need to first clone the create-blazor-tabs-componen
1413

1514
### Animation
1615

17-
Navigate among tabs with nice, built-in [animation](https://blazor.syncfusion.com/documentation/tabs/animations?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-sample) effects (e.g., slide animation) when you click or tap a tab. The tab navigation happens on swiping within the content or tapping a tab header in a mobile tab view.
16+
Navigate among tabs with nice, built-in [animation](https://blazor.syncfusion.com/documentation/tabs/animations?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) effects (e.g., slide animation) when you click or tap a tab. The tab navigation happens on swiping within the content or tapping a tab header in a mobile tab view.
1817

1918
### Easy integration
2019

2120
It’s easy to integrate other Blazor components as content of the tab’s pane. The Blazor Tab control can also be integrated with other components such as Dialog and Card.
2221

2322
### Tab headers
2423

25-
The tab bar has good visual representation for segregating active tabs and inactive tabs. It has a large interaction area for navigation in mobile tab view. The tab headers can be icons, plain text, or both. The position of the icons can also be changed to the left, right, top, and bottom inside tab [headers](https://blazor.syncfusion.com/documentation/tabs/header?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-sample).
24+
The tab bar has good visual representation for segregating active tabs and inactive tabs. It has a large interaction area for navigation in mobile tab view. The tab headers can be icons, plain text, or both. The position of the icons can also be changed to the left, right, top, and bottom inside tab [headers](https://blazor.syncfusion.com/documentation/tabs/header?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples).
2625

2726
## Pop-up mode
2827

29-
The [pop-up mode](https://blazor.syncfusion.com/documentation/tabs/responsive-modes#popup?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-sample) is another type of overflow mode in which a pop-up holds the additional tabs when there are a greater number of tabs than can be shown. You can view the out-of-sight tabs by exploring the pop-up mode.
28+
The [pop-up mode](https://blazor.syncfusion.com/documentation/tabs/responsive-modes#popup?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) is another type of overflow mode in which a pop-up holds the additional tabs when there are a greater number of tabs than can be shown. You can view the out-of-sight tabs by exploring the pop-up mode.
3029

3130
### Nested tabs
3231

3332
Users can nest one tab within another tab to design a complex layout.
3433

3534
### Drag and drop
3635

37-
The Blazor Tabs control allows users to [drag and drop](https://blazor.syncfusion.com/documentation/tabs/drag-and-drop?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-sample) tabs to easily re-prioritize the tab item order.
36+
The Blazor Tabs control allows users to [drag and drop](https://blazor.syncfusion.com/documentation/tabs/drag-and-drop?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) tabs to easily re-prioritize the tab item order.
3837

3938
### Easy integration
4039

@@ -63,12 +62,11 @@ It’s easy to integrate other Blazor components as content of the tab’s pane.
6362
[Knowledge base](https://www.syncfusion.com/kb/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples)
6463

6564
## About Syncfusion Blazor Components
66-
The Syncfusion's Blazor components library offers over 70 UI components to work with Blazor server-side and client-side (Blazor WebAssembly) projects seamlessly. In addition to Tabs, we provide popular Blazor Components such as DataGrid,Charts, Scheduler, Diagram, Word Processor, and more.
65+
The Syncfusion's Blazor components library offers over 70 UI components to work with Blazor server-side and client-side (Blazor WebAssembly) projects seamlessly. In addition to Tabs, we provide popular Blazor Components such as DataGrid, Charts, Scheduler, Diagram, Word Processor, and more.
6766

6867
### About Syncfusion
6968
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
7069

7170
Today, we provide 1700+ components and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), and [MAUI(Preview)](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [WPF](https://www.syncfusion.com/wpf-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [WinUI](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples),[UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples)). and [MAUI(Preview)](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
7271

73-
7472
[sales@syncfusion.com](mailto:sales@syncfusion.com?Subject=Syncfusion Blazor Tab - GiHub) | [www.syncfusion.com](https://www.syncfusion.com?utm_source=github&utm_medium=listing&utm_campaign=blazor-navigations-github-samples) | Toll Free: 1-888-9 DOTNET

0 commit comments

Comments
 (0)