button components

This commit is contained in:
Andras Bacsai
2023-05-03 14:09:10 +02:00
parent 612460ca16
commit abf778ce86
31 changed files with 198 additions and 214 deletions

View File

@@ -1,6 +1,6 @@
<div>
@forelse ($private_keys as $private_key)
<button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</button>
<x-inputs.button wire:click='setPrivateKey({{ $private_key->id }})'>{{ $private_key->name }}</x-inputs.button>
@empty
<p>No private keys found</p>
@endforelse