1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

remove py-button from todo example

This commit is contained in:
Fabio Pliger
2022-04-13 09:25:34 -05:00
parent 92613c06f5
commit f79d76c542

View File

@@ -26,8 +26,6 @@
<div class="text-center w-full mb-8">
<h1 class="text-3xl font-bold text-gray-800 uppercase tracking-tight">To Do List</h1>
</div>
<py-button label="click me">
</py-button>
<div>
<input id="new-task-content" class="border flex-1 mr-3 border-gray-300 p-2 rounded" type="text">
<button id="new-task-btn" class="p-2 text-white bg-blue-600 border border-blue-600 rounded" type="submit" pys-onClick="add_task">