To Do

The Todo component provides an interactive to-do list with an input field and an add button. Users can add new tasks and remove existing ones.


@using BlazorInterfaceLibrary.Bil.Classes
            
@component.Render(this);

@code {
    BilComponent components { get; set; } = new Todo();
}
            

The code above load the Todo component in your page.

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.