basic license wip

This commit is contained in:
Andras Bacsai
2023-06-22 14:48:47 +02:00
parent fa2f34ba3c
commit d8adea734f
9 changed files with 75 additions and 6 deletions

View File

@@ -19,9 +19,11 @@
display: none !important;
}
</style>
@livewireStyles
</head>
<body>
@livewireScripts
<main>
{{ $slot }}
</main>

View File

@@ -0,0 +1,4 @@
<x-layout-simple>
<h1>Lincese Key</h1>
<livewire:license />
</x-layout-simple>

View File

@@ -0,0 +1,6 @@
<div>
<form wire:submit.prevent='submit'>
<x-forms.input id="license" label="License Key" />
<x-forms.button type='submit'>Check</x-forms.button>
</form>
</div>