Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidez-actions authored and github-actions[bot] committed Nov 14, 2024
1 parent dff678e commit a8d8466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ <h3 class="font-bold text-md">Mobile only</h3>
<h3 class="font-bold text-md">With rotating chevron</h3>
<div class="flex flex-col group border rounded p-4">
<input
id="accordion-6735aa4a8c10c"
id="accordion-6735aa5dd4a2d"
name=""
type="checkbox"
class="peer hidden"
/>
<label
for="accordion-6735aa4a8c10c"
for="accordion-6735aa5dd4a2d"
class="flex items-center gap-2 justify-between cursor-pointer"
>
<span>Click me to toggle</span>
Expand All @@ -326,13 +326,13 @@ <h3 class="font-bold text-md">With rotating chevron</h3>
<h3 class="font-bold text-md">Navigation example with background</h3>
<div class="flex flex-col group border rounded p-4">
<input
id="accordion-6735aa4a8e49c"
id="accordion-6735aa5dd6dae"
name=""
type="checkbox"
class="peer hidden"
/>
<label
for="accordion-6735aa4a8e49c"
for="accordion-6735aa5dd6dae"
class="flex items-center gap-2 justify-between cursor-pointer"
>
<div class="flex items-center justify-between w-full">
Expand Down

0 comments on commit a8d8466

Please sign in to comment.