feat: we have a functional prototype

This commit is contained in:
2025-02-17 02:43:15 -08:00
parent 107f54d269
commit 2f08f1ed18
142 changed files with 12012 additions and 96 deletions
@@ -0,0 +1,4 @@
<div>
<label for="{{label()}}-input">{{ label() }}:</label>
<input [type]="type()" id="{{label()}}-input" required [formControl]="control()" />
</div>