update
This commit is contained in:
7
superpage/src/components/Accordion/Item.astro
Normal file
7
superpage/src/components/Accordion/Item.astro
Normal file
@@ -0,0 +1,7 @@
|
||||
<div
|
||||
x-data="{ open: false }"
|
||||
class="bg-white/10 rounded-lg w-full"
|
||||
:class="{'bg-white/15': open === true}"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user