Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Any way to support nested accordians? #64

@robertjchristian

Description

@robertjchristian

ie

<accordion id="a1">
    <accordion-group heading="Section 1">
        <accordian id="a2">
            <accordion-group heading="Nested Section 1">Foo</accordion-group>
            <accordion-group heading="Nested Section 2">Foo</accordion-group>
            <accordion-group heading="Nested Section 3">Foo</accordion-group>
         </accordian>
    </accordion-group>
    <accordion-group heading="Section 2">Bar</accordion-group>
    <accordion-group heading="Section 3">Moo</accordion-group>
</accordion>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions