Skip to content

Accordion #200

Answered by adm-crow
adm-crow asked this question in Q&A
Discussion options

You must be logged in to vote

I found my way with a code like this :

<details class="has-mb-2">
        <summary class="is-flex is-rounded has-justify-between has-items-center has-p-4 has-text-light has-bg-dark">
            <span>Group 1</span>
            <i class="si-plus-circle has-size-2 has-ml-2"></i>
        </summary>
        <p>Lorem ipsum dolor sit amet...</p>
</details>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adm-crow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant