pin input: make name optional, custom class support, fix hidden input

This commit is contained in:
Elijah Duffy
2025-07-03 11:54:53 -07:00
parent ef7bc6bbab
commit 37c3594d1a
2 changed files with 57 additions and 45 deletions

View File

@@ -98,7 +98,7 @@
<div class="component">
<p class="title">Pin Input</p>
<PinInput name="pin" length={6} />
<PinInput label="Please enter your 6-digit PIN" length={6} />
</div>
<div class="component">