Skip to content

Commit

Permalink
select starter kit on click on radio button inside option
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Oct 1, 2023
1 parent e1b7185 commit 15f9708
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
for="{{$id}}"
class="flex flex-col items-center justify-center flex-1 overflow-hidden transition bg-white border rounded-md shadow "
x-bind:class="{{$model}} === '{{$id}}' ? '{{$backgroundSelectedStyles}} shadow-md' : 'dark:bg-gray-900'"
x-on:click="{{$model}} = '{{$id}}'"
>
<header class="flex flex-row items-center justify-center w-full p-4 dark:bg-opacity-0 dark:text-gray-100">
<a href="{{$href}}" target="_blank">
Expand Down

0 comments on commit 15f9708

Please sign in to comment.