Skip to content

Instantly share code, notes, and snippets.

@IPWright83
Created November 14, 2024 10:21
Show Gist options
  • Save IPWright83/c9f5816726d68c867d427db5acc64025 to your computer and use it in GitHub Desktop.
Save IPWright83/c9f5816726d68c867d427db5acc64025 to your computer and use it in GitHub Desktop.
Geckoboard Custom List component data
[
{
"title": {
"text": "Chrome"
},
"label": {
"name": "New!",
"color": "#ff2015"
},
"description": "40327 visits"
},
{
"title": {
"text": "Safari"
},
"description": "11577 visits"
},
{
"title": {
"text": "Firefox"
},
"description": "10296 visits"
},
{
"title": {
"text": "Internet Explorer"
},
"description": "3587 visits"
},
{
"title": {
"text": "Opera"
},
"description": "499 visits"
},
{
"title": {
"text": "Other"
},
"description": "This is some other content that is much longer than the rest of the contents within the list. This should allow us to effectively test that the item height measurement code is working correctly"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment