Skip to content

Instantly share code, notes, and snippets.

@peteraiello
Created June 16, 2021 15:28
Show Gist options
  • Save peteraiello/f4749c12f8a08043ec73d5d3a45cb0d3 to your computer and use it in GitHub Desktop.
Save peteraiello/f4749c12f8a08043ec73d5d3a45cb0d3 to your computer and use it in GitHub Desktop.
Custom React Accordion - JSON Structure
[
{
"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