From 749c48243e9b3399acda7efa2203a4018ba13957 Mon Sep 17 00:00:00 2001 From: SivaranjithN Date: Mon, 17 Mar 2025 18:22:09 +0530 Subject: [PATCH] Updated the Nuget package adding related contents. --- MAUI/Chips/Getting-Started.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MAUI/Chips/Getting-Started.md b/MAUI/Chips/Getting-Started.md index 87c23e2a6c..c1957089b6 100644 --- a/MAUI/Chips/Getting-Started.md +++ b/MAUI/Chips/Getting-Started.md @@ -75,9 +75,7 @@ namespace AutocompleteSample ## Step 4: Add a Basic Chips control -Step 1: Add the NuGet to the project - -Step 2: Add the namespace as shown in the following code snippet +Step 1: Add the namespace as shown in the following code snippet {% tabs %} @@ -95,7 +93,7 @@ Step 2: Add the namespace as shown in the following code snippet {% endtabs %} -Step 3: Set the control to content in `ContentPage.` +Step 2: Set the control to content in `ContentPage.` **For SfChip**