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 fe9293c commit 1d94922
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-6735aa72e7f33"
id="accordion-6735aa8dd27aa"
name=""
type="checkbox"
class="peer hidden"
/>
<label
for="accordion-6735aa72e7f33"
for="accordion-6735aa8dd27aa"
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-6735aa72ea4c2"
id="accordion-6735aa8dd496e"
name=""
type="checkbox"
class="peer hidden"
/>
<label
for="accordion-6735aa72ea4c2"
for="accordion-6735aa8dd496e"
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 1d94922

Please sign in to comment.