Created
July 17, 2020 19:34
-
-
Save DZuz14/7ba22c4bbbe69fb5b695013ea77e41a0 to your computer and use it in GitHub Desktop.
Accordion mock data
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
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