[]
        
(Showing Draft Content)

Quick Start

This section shows you how to add and use the C1ToolStrip component in a Blazor application.

Prerequisites

  • NuGet package: C1.Blazor.Ribbon

Create ToolStrip for Blazor application

  1. Install the C1.Blazor.Ribbon package from the NuGet Package Manager.

  2. Add the stylesheet:

<link href="_content/C1.Blazor.Ribbon/styles.css" rel="stylesheet" />
  1. Import namespaces:

@using C1.Blazor.Ribbon

Content Population Methods

The 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