A
Anonymous

Todo List Component - Copy this Html, Bootstrap Component to your project

<div class="text-center"> <h1 class="display-4">To Do</h1> <ul> @foreach (var item in Model.Items) { <li>@item.Text</li> } </ul> <a class="btn btn-primary" href="/Home/Add">Add</a> </div>

Prompt
Component Preview

About

Todo List Component - Easily manage tasks with a user-friendly interface, featuring a dynamic list and an 'Add' button, built with HTM. Get instant access!

Share

Last updated 1 month ago