You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Check out and learn here about the documentation for getting started with Blazor BlockEditor Component in Blazor WASM App. Explore here to more details.
5
5
platform: Blazor
6
6
component: BlockEditor
@@ -27,7 +27,7 @@ Create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates
27
27
28
28
## Install Syncfusion<supstyle="font-size:70%">®</sup> Blazor BlockEditor and Themes NuGet in the App
29
29
30
-
To add the **Blazor Block Editor** component in the app, open the NuGet package manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), then search and install [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/). Alternatively, run the following commands in the Package Manager Console to achieve the same.
30
+
To add the **Blazor Block Editor** component in the app, open the NuGet package manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), then search and install `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/). Alternatively, run the following commands in the Package Manager Console to achieve the same.
31
31
32
32
{% tabs %}
33
33
{% highlight C# tabtitle="Package Manager" %}
@@ -69,7 +69,7 @@ cd BlazorApp
69
69
70
70
* Press <kbd>Ctrl</kbd>+<kbd>`</kbd> to open the integrated terminal in Visual Studio Code.
71
71
* Ensure you’re in the project root directory where your `.csproj` file is located.
72
-
* Run the following command to install a [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
72
+
* Run the following command to install a `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
73
73
74
74
{% tabs %}
75
75
@@ -116,7 +116,7 @@ cd BlazorApp
116
116
117
117
### Install Syncfusion<supstyle="font-size:70%">®</sup> Blazor BlockEditor and Themes NuGet in the App
118
118
119
-
To add the **Blazor Block Editor** component to the application, run the following commands in a command prompt (Windows), command shell (Linux), or terminal (macOS) to install the [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
119
+
To add the **Blazor Block Editor** component to the application, run the following commands in a command prompt (Windows), command shell (Linux), or terminal (macOS) to install the `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
Copy file name to clipboardExpand all lines: blazor/blockeditor/getting-started-web-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Getting Started with Syncfusion BlockEditor Component in Blazor Web App
3
+
title: Getting Started with Syncfusion BlockEditor Component | Blazor Web App
4
4
description: Check out and learn here about the documentation for getting started with Blazor BlockEditor Component in Blazor Web App. Explore here to more details.
5
5
platform: Blazor
6
6
component: BlockEditor
@@ -78,7 +78,7 @@ If using the `WebAssembly` or `Auto` render modes in a Blazor Web App, install S
78
78
79
79
* Press <kbd>Ctrl</kbd>+<kbd>`</kbd> to open the integrated terminal in Visual Studio Code.
80
80
* Ensure the terminal is opened at the project directory containing the .csproj file.
81
-
* Run the following commands to install [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
81
+
* Run the following commands to install `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet package and ensure all dependencies are installed.
82
82
83
83
{% tabs %}
84
84
@@ -132,7 +132,7 @@ This command creates a new Blazor Web App and places it in a new directory calle
132
132
133
133
## Install Syncfusion<supstyle="font-size:70%">®</sup> Blazor BlockEditor and Themes NuGet in the App
134
134
135
-
Here's an example of how to add the **Blazor Block Editor** component to the application by using the following commands in a command prompt (Windows), terminal (Linux and macOS), or PowerShell to install the [Syncfusion.Blazor.BlockEditor](https://www.nuget.org/packages/Syncfusion.Blazor.BlockEditor/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
135
+
Here's an example of how to add the **Blazor Block Editor** component to the application by using the following commands in a command prompt (Windows), terminal (Linux and macOS), or PowerShell to install the `Syncfusion.Blazor.BlockEditor` and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages. See [Install and manage packages using the dotnet CLI](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) for more details.
136
136
137
137
If using the `WebAssembly` or `Auto` render modes in the Blazor Web App, install Syncfusion<supstyle="font-size:70%">®</sup> Blazor component NuGet packages in the client project.
0 commit comments