generated from thegrind/laravel-dockerized
7 lines
409 B
PHP
7 lines
409 B
PHP
<form wire:submit="create" class="flex flex-col gap-4">
|
|
<flux:heading size="xl">Add an app</flux:heading>
|
|
<flux:separator />
|
|
<flux:input wire:model="name" label="App Name" placeholder="Linkwarden, NocoDB, etc" />
|
|
<flux:input wire:model="redirect_uri" label="Redirect URI" placeholder="https://some.app/authorize" />
|
|
<flux:button variant="primary" type="submit">Create</flux:button>
|
|
</form> |