2023-12-07 18:06:32 +00:00
|
|
|
<form class="flex flex-col gap-2" wire:submit='submit'>
|
2023-06-16 13:01:58 +00:00
|
|
|
<x-forms.input autofocus id="name" label="Name" required />
|
|
|
|
<x-forms.input id="description" label="Description" />
|
|
|
|
<x-forms.button type="submit">
|
|
|
|
Save Team
|
|
|
|
</x-forms.button>
|
|
|
|
</form>
|