Created
July 17, 2020 19:27
-
-
Save DZuz14/22324e083350e5784c7917badc0dc176 to your computer and use it in GitHub Desktop.
Accordion Hierarchy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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