Skip to content

Commit

Permalink
forward attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Sep 24, 2024
1 parent 8c3cdfe commit 0ab3068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/components/banner.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@use(\Elegantly\CookiesConsent\Facades\CookiesConsent)

<div wire:ignore class="fixed bottom-0 right-0 z-50 flex max-h-screen w-full max-w-full flex-col p-4 md:w-96"
<div wire:ignore
{{ $attributes->class(['fixed bottom-0 right-0 z-50 flex max-h-screen w-full max-w-full flex-col p-4 md:w-96']) }}
x-data="{
cookieName: @js(CookiesConsent::getCookieName()),
lifetime: @js(config('cookies-consent.cookie.lifetime') / (24 * 60)),
Expand Down

0 comments on commit 0ab3068

Please sign in to comment.