diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index 9fff3c6cec..2ff551ddd1 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -1124,6 +1124,12 @@ Register a root component as a custom element: > [!NOTE] > The preceding code example requires a namespace for the app's components (for example, `using BlazorSample.Pages;`) in the `Program.cs` file. +Include the following ` +```` + Use the custom element with any web framework. For example, the preceding counter custom element is used in a React app with the following markup: ```html