Skip to content

Commit fd439f9

Browse files
967323: Update add-blazor-component-to-the-toolbox.md
1 parent 1c08235 commit fd439f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/common/how-to/add-blazor-component-to-the-toolbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To include Syncfusion components for Blazor in the Toolbox, follow these steps:
1717

1818
![Add new tab in toolbox](images/new-tab-toolbox.png)
1919

20-
2. In the code editor, write or paste a Blazor component snippet, such as the **Syncfusion SfCalendar**. Once the code is in place, select the entire code snippet, then drag and drop it into the newly created tab in the Visual Studio Toolbox.
20+
2. In the code editor, **write or paste a Blazor component snippet**, such as the Syncfusion SfCalendar. Once the code is in place, **select the entire code snippet**, then **drag and drop it** into the newly created tab in the Visual Studio Toolbox.
2121

2222
![Add code snippet to toolbox](images/add-snippet.gif)
2323

@@ -26,6 +26,6 @@ To improve clarity, right-click the item, select **Rename**, and enter a more de
2626

2727
![Update name](images/update-name.png)
2828

29-
4. After adding the component to the Toolbox, simply drag the component from the Toolbox into your code editor to seamlessly use it into your Blazor project.
29+
4. After adding the component to the Toolbox, simply **drag the component from the Toolbox into your code editor** to seamlessly use it into your Blazor project.
3030

31-
![Drag component to editor](images/drag-component.gif)
31+
![Drag component to editor](images/drag-component.gif)

0 commit comments

Comments
 (0)