Use accordion

This commit is contained in:
Vincent (Wen Yu) Ge
2024-02-25 23:14:03 -05:00
parent 98ac516f6c
commit 7a9da8b569
8 changed files with 50 additions and 43 deletions

View File

@@ -1,3 +1,10 @@
<ul class="collapsible u-width-full-line" style="--p-toggle-border-color: var(--aw-color-border);">
<slot />
</ul>
</ul>
<style>
.collapsible {
padding-block-start: 0;
padding-block-end: 2rem;
}
</style>