Skip to content

Commit

Permalink
modified tag value in readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarthisf3966 committed Mar 22, 2024
1 parent 5d909d7 commit 2d00e65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maui TabView Samples
Contains samples for .NET MAUI Tab View.
# Getting Started with .NET MAUI Tab View (SfTabView)
## Getting Started with .NET MAUI Tab View (SfTabView)
This section explains the steps required to configure the .NET MAUI Tab View control and customize its elements.

## Adding a .NET MAUI Tab View reference
### Adding a .NET MAUI Tab View reference
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.

# Create a simple .NET MAUI Tab View
## Create a simple .NET MAUI Tab View
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.

## Creating the project
### Creating the project
Create a new .NET MAUI application in Visual Studio

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

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

0 comments on commit 2d00e65

Please sign in to comment.