[]
This section shows you how to add and use the C1ToolStrip component in a Blazor application.
NuGet package: C1.Blazor.Ribbon
Install the C1.Blazor.Ribbon package from the NuGet Package Manager.
Add the stylesheet:
<link href="_content/C1.Blazor.Ribbon/styles.css" rel="stylesheet" />Import namespaces:
@using C1.Blazor.RibbonThe two primary methods for populating the toolbar are the declarative approach and the data-driven approach, described in the following sections.
1. Declarative Approach
2. Data Driven Approach