Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created July 17, 2020 19:27
Show Gist options
  • Select an option

  • Save DZuz14/22324e083350e5784c7917badc0dc176 to your computer and use it in GitHub Desktop.

Select an option

Save DZuz14/22324e083350e5784c7917badc0dc176 to your computer and use it in GitHub Desktop.
Accordion Hierarchy
<Accordion>
<Accordion.Item>
<Accordion.Collapsed>
…content here
</Accordion.Collapsed>
<Accordion.Expanded>
…content here
</Accordion.Expanded>
</Accordion.Item>
...more Item components
</Accordion>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment