Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created July 17, 2020 19:34
Show Gist options
  • Save DZuz14/7ba22c4bbbe69fb5b695013ea77e41a0 to your computer and use it in GitHub Desktop.
Save DZuz14/7ba22c4bbbe69fb5b695013ea77e41a0 to your computer and use it in GitHub Desktop.
Accordion mock data
const items = [
{
summary: 'Basketball shoes',
detail: 'Never worn, but owned by the GOAT, Michael Jordan himself.'
},
{
summary: 'Tennis racket',
detail: 'Not in too bad of shape.'
},
{
summary: 'Baseball bat',
detail: 'Previously used by a steroid user.'
},
{
summary: 'MMA Gloves',
detail: 'Pretty Bad@$$.'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment