Creating the Kanban Board
Learn how to use a component and how to set attributes to the component's parameters.
We'll cover the following...
We need to add three dropzones to create our Kanban board, one dropzone for each of the three types of task. We do this as follows:
- Open the
Pages\Index.razor
page. - Add the following
@using
directive:
Press + to interact
@using KanbanBoard.Models
- Add the