Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 785 Bytes

File metadata and controls

18 lines (11 loc) · 785 Bytes

How to Work with Blazor Kanban Cards

A quick-start Blazor project that shows how to work with cards in the Syncfusion Blazor Kanban component in a WebAssembly application. This project contains code for setting card headers, content, and the left border color, as well as using custom classes, selection types, and drag and drop.

Documentation: https://blazor.syncfusion.com/documentation/kanban/cards

Online examples: https://blazor.syncfusion.com/demos/kanban/default-functionalities?theme=bootstrap5

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.