Skip to content

Commit bdc3aee

Browse files
authored
Merge pull request #2 from Sharly-Atieno/SEO-1731-Blazor-Tabs-External-Linking
SEO-1731-Blazor Tabs External Linking
2 parents 4a3bbea + 0ac872b commit bdc3aee

File tree

1 file changed

+67
-6
lines changed

1 file changed

+67
-6
lines changed

README.md

Lines changed: 67 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,75 @@
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-
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.
4-
5-
Example: https://blazor.syncfusion.com/demos/tabs/default-functionalities
6-
7-
Documentation: https://blazor.syncfusion.com/documentation/tabs/getting-started
3+
The [Blazor Tabs](https://www.syncfusion.com/blazor-components/blazor-tabs?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-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.
84

95
## Project pre-requisites
106
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.
117

128
## How to run this application?
139
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.
1410

11+
## Features and Benefits
12+
13+
### Animation
14+
15+
Navigate among tabs with nice, built-in [animation](https://blazor.syncfusion.com/documentation/tabs/animations?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-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.
16+
17+
### Easy integration
18+
19+
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.
20+
21+
### Tab headers
22+
23+
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-tabs-github-samples).
24+
25+
## Pop-up mode
26+
27+
The [pop-up mode](https://blazor.syncfusion.com/documentation/tabs/responsive-modes#popup?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-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.
28+
29+
### Nested tabs
30+
31+
Users can nest one tab within another tab to design a complex layout.
32+
33+
### Drag and drop
34+
35+
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-tabs-github-samples) tabs to easily re-prioritize the tab item order.
36+
37+
### Easy integration
38+
39+
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.
40+
41+
42+
## Related links
43+
[Learn More about Blazor Tabs](https://www.syncfusion.com/blazor-components/blazor-tabs?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
44+
45+
[Download Free Trial](https://www.syncfusion.com/downloads/blazor?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
46+
47+
[Pricing](https://www.syncfusion.com/sales/products/blazor?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
48+
49+
[Documentation](https://blazor.syncfusion.com/documentation/tabs/getting-started?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
50+
51+
[View Demos](https://github.com/SyncfusionExamples/create-blazor-tab-component-in-blazor-server-app?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
52+
53+
[Community Forums](https://www.syncfusion.com/forums/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
54+
55+
[Suggest a feature or report a bug](https://www.syncfusion.com/feedback/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
56+
57+
[Online example](https://blazor.syncfusion.com/demos/tabs/default-functionalities?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
58+
59+
[Video Tutorials](https://www.syncfusion.com/tutorial-videos/blazor/tabs?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
60+
61+
[Knowledge base](https://www.syncfusion.com/kb/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)
62+
63+
## About Syncfusion Blazor Components
64+
The Syncfusion's [Blazor components](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples) 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](https://www.syncfusion.com/blazor-components/blazor-datagrid?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Charts](https://www.syncfusion.com/blazor-components/blazor-charts?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Scheduler](https://www.syncfusion.com/blazor-components/blazor-scheduler?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Diagram](https://www.syncfusion.com/blazor-components/blazor-diagram?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), and [Word Processor](https://www.syncfusion.com/blazor-components/blazor-word-processor?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples).
65+
66+
### About Syncfusion
67+
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.
68+
69+
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-tabs-github-samples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), and [MAUI(Preview)](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)), and desktop development ([WinForms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [WPF](https://www.syncfusion.com/wpf-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [WinUI](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples),[UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples)). and [MAUI(Preview)](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-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.
70+
71+
<hr style="height:0.3px;border:none;color:lightgrey;background-color:lightgrey;" />
72+
73+
<p align="center">
74+
<a href="mailto:sales@syncfusion.com?Subject=Syncfusion Blazor Tabs - GitHub" target="_top">sales@syncfusion.com</a> | <a href="https://www.syncfusion.com?utm_source=github&utm_medium=listing&utm_campaign=blazor-tabs-github-samples">www.syncfusion.com</a>| Toll Free: 1-888-9 DOTNET <br>
75+
</p>

0 commit comments

Comments
 (0)