Created
June 16, 2021 15:28
-
-
Save peteraiello/f4749c12f8a08043ec73d5d3a45cb0d3 to your computer and use it in GitHub Desktop.
Custom React Accordion - JSON Structure
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
| [ | |
| { | |
| "title": "Item 1", | |
| "description": "Lorem ipsum." | |
| }, | |
| { | |
| "title": "Item 2", | |
| "description": "Lorem ipsum." | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment