Skip to content

Commit 2d00e65

Browse files
committed
modified tag value in readme file.
1 parent 5d909d7 commit 2d00e65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Maui TabView Samples
22
Contains samples for .NET MAUI Tab View.
3-
# Getting Started with .NET MAUI Tab View (SfTabView)
3+
## Getting Started with .NET MAUI Tab View (SfTabView)
44
This section explains the steps required to configure the .NET MAUI Tab View control and customize its elements.
55

6-
## Adding a .NET MAUI Tab View reference
6+
### Adding a .NET MAUI Tab View reference
77
Syncfusion .NET MAUI controls are available in Nuget.org. To add .NET MAUI Tab View to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.TabView and then install it.
88

9-
# Create a simple .NET MAUI Tab View
9+
## Create a simple .NET MAUI Tab View
1010
This section explains how to create a .NET MAUI Tab View and configure it. The control can be configured entirely in C# code or by the XAML markup.
1111

12-
## Creating the project
12+
### Creating the project
1313
Create a new .NET MAUI application in Visual Studio
1414

15-
## Adding a .NET MAUI Tab View control
15+
### Adding a .NET MAUI Tab View control
1616
Step 1: Add the NuGet to the project as discussed in the above reference section.
1717

1818
Step 2: Add the namespace as shown in the following code sample.

0 commit comments

Comments
 (0)