{"id":19721762,"url":"https://github.com/rinterface/fullpage","last_synced_at":"2025-10-07T13:41:20.173Z","repository":{"id":51265084,"uuid":"114697126","full_name":"RinteRface/fullPage","owner":"RinteRface","description":"📄 fullPage.js, pagePiling.js and multiScroll.js for shiny","archived":false,"fork":false,"pushed_at":"2021-08-31T12:51:41.000Z","size":8656,"stargazers_count":111,"open_issues_count":9,"forks_count":12,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-08T08:40:54.292Z","etag":null,"topics":["r","rstats","shiny"],"latest_commit_sha":null,"homepage":"https://fullpage.rinterface.com","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RinteRface.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-18T23:16:41.000Z","updated_at":"2025-03-21T23:58:06.000Z","dependencies_parsed_at":"2022-08-30T04:40:24.347Z","dependency_job_id":null,"html_url":"https://github.com/RinteRface/fullPage","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RinteRface/fullPage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FfullPage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FfullPage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FfullPage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FfullPage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/fullPage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FfullPage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278786332,"owners_count":26045586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["r","rstats","shiny"],"created_at":"2024-11-11T23:15:27.270Z","updated_at":"2025-10-07T13:41:20.156Z","avatar_url":"https://github.com/RinteRface.png","language":"R","readme":"# fullPage \u003cimg src=\"http://rinterface.com/inst/images/fullPage.svg\" width=\"200px\" align=\"right\"/\u003e\n[![Travis build status](https://travis-ci.org/RinteRface/fullPage.svg?branch=master)](https://travis-ci.org/RinteRface/fullPage) [![CRAN status](https://www.r-pkg.org/badges/version/fullPage)](https://cran.r-project.org/package=fullPage)\n\n\u003e Many of the amazing works of [Álvaro Trigo](https://alvarotrigo.com/) for Shiny!\n\n* [Install](#installation)\n* [Demos](#demos)\n* [Features](#features)\n* [Website](http://fullpage.rinterface.com/)\n* [Examples](#demos)\n* [Callbacks](#callbacks)\n\n![FullPage](fullPage.gif)\n\n## Installation\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"RinteRface/fullPage\")\n```\n\n## Features\n\nIncludes the following frameworks:\n\n* [fullPage.js](https://github.com/alvarotrigo/fullPage.js/) -- functions starting with `full`.\n* [pagePiling.js](https://github.com/alvarotrigo/pagePiling.js/) -- functions starting with `page`.\n* [multiScroll.js](https://github.com/alvarotrigo/multiscroll.js) -- functions starting with `multi`.\n\nAll ships with:\n\n* [Milligram](https://milligram.io/) *grid, button, typography, and themes.*\n\n## Demos\n\nOnline:\n\n* [fullPage.js](https://shiny.john-coene.com/fullPage)\n* [pagePiling.js](https://shiny.john-coene.com/pagePiling)\n* [multiScroll.js](https://shiny.john-coene.com/multiScroll)\n\n\nLocally:\n\n```r\ndemo(\"fullPage\", package = \"fullPage\")\ndemo(\"pagePiling\", package = \"fullPage\")\ndemo(\"multiPage\", package = \"fullPage\")\n```\n\n## Callbacks\n\n**fullPage**\n\n- `input$slide_origin`: origin slide\n- `input$slide_destination`: destination slide\n- `input$slide_direction`: scroll direction\n\n**pagePiling \u0026 multiScroll**\n\n- `input$slide_anchor`: slide anchor\n- `input$slide_index`: slide index\n\n```r\nlibrary(shiny)\nlibrary(fullPage)\n\nui \u003c- fullPage(\n  fullSection(\n    menu = \"first\",\n    center = TRUE,\n    h1(\"Callbacks\")\n  ),\n  fullSection(\n    menu = \"second\",\n    center = TRUE,\n    h3(\"Slice\"),\n    verbatimTextOutput(\"slide\")\n  )\n)\n\nserver \u003c- function(input, output){\n  \n  output$slide \u003c- renderPrint({\n    input$slide_origin # returns menu\n  })\n  \n}\n\nshinyApp(ui, server)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Ffullpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinterface%2Ffullpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Ffullpage/lists"}