Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created October 20, 2020 17:31
Show Gist options
  • Select an option

  • Save kinisoftware/29fe0bcf41a2436574b46015b2f6f36e to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/29fe0bcf41a2436574b46015b2f6f36e to your computer and use it in GitHub Desktop.
APL Pager
{
"type": "Pager",
"id": "moviesPager",
"width": "100vw",
"height": "70vh",
"item": [
{
"type": "moviesListLayout",
"title": "${data.title}",
"releaseDate": "${data.releaseDate}",
"image": "${data.image}"
}
],
"data": "${movies}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment