Skip to content

Commit

Permalink
add cookie with small icon
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Feb 8, 2024
1 parent 135404b commit c621fd7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/examples/cookies/withSmallIcon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div class="flex flex-col gap-4 bg-base-200 rounded-box max-w-md p-6">
<!-- Header -->
<div class="flex items-center gap-2 font-bold">
<i class="fa-solid fa-cookie text-lg text-secondary"></i>
Cookie notice
</div>

<!-- Body -->
<span>
We use cookies to ensure that we give you the best experience on our website.
<a class="link link-hover link-accent">Read cookies policies</a>
</span>

<!-- Footer -->
<div class="flex justify-between items-center">
<a class="link text-sm">Manage your preferences</a>

<button class="btn btn-primary btn-sm">Accept</button>
</div>
</div>

0 comments on commit c621fd7

Please sign in to comment.