2024-03-21 13:30:35 +00:00
|
|
|
<form class="flex flex-col gap-2" wire:submit='submit'>
|
|
|
|
<x-forms.input autofocus id="name" label="Name" required />
|
|
|
|
<x-forms.input id="description" label="Description" />
|
|
|
|
<x-forms.button type="submit">
|
|
|
|
Continue
|
|
|
|
</x-forms.button>
|
|
|
|
</form>
|