generated from thegrind/laravel-dockerized
9 lines
487 B
PHP
9 lines
487 B
PHP
<flux:modal name="new-app">
|
|
<form wire:submit="create" class="flex flex-col gap-4 md:w-96">
|
|
<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>
|
|
</flux:modal> |