mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-22 05:02:11 +00:00
button components
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div>
|
||||
<form class="flex flex-col gap-2 w-96" wire:submit.prevent='createPrivateKey'>
|
||||
<x-form-input id="private_key_name" label="Name" required />
|
||||
<x-form-input id="private_key_description" label="Longer Description" />
|
||||
<x-form-input type="textarea" id="private_key_value" label="Private Key" required />
|
||||
<button type="submit">
|
||||
<x-inputs.input id="private_key_name" label="Name" required />
|
||||
<x-inputs.input id="private_key_description" label="Longer Description" />
|
||||
<x-inputs.input type="textarea" id="private_key_value" label="Private Key" required />
|
||||
<x-inputs.button type="submit">
|
||||
Submit
|
||||
</button>
|
||||
</x-inputs.button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user