{"id":16971496,"url":"https://github.com/johncoene/reactslider","last_synced_at":"2025-04-12T00:42:51.919Z","repository":{"id":36365318,"uuid":"223785158","full_name":"JohnCoene/reactslider","owner":"JohnCoene","description":"WIP reactslider for Shiny","archived":false,"fork":false,"pushed_at":"2023-10-02T21:40:24.000Z","size":2567,"stargazers_count":15,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T00:42:45.150Z","etag":null,"topics":["r","rstats"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnCoene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-24T17:46:25.000Z","updated_at":"2023-05-07T09:04:53.000Z","dependencies_parsed_at":"2024-11-22T15:44:03.735Z","dependency_job_id":null,"html_url":"https://github.com/JohnCoene/reactslider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Freactslider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Freactslider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Freactslider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnCoene%2Freactslider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnCoene","download_url":"https://codeload.github.com/JohnCoene/reactslider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501959,"owners_count":21114681,"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","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"],"created_at":"2024-10-14T00:52:01.081Z","updated_at":"2025-04-12T00:42:51.886Z","avatar_url":"https://github.com/JohnCoene.png","language":"R","readme":"\u003c!-- badges: start --\u003e\n\u003c!-- badges: end --\u003e\n\n# reactslider\n\nSuch a slider would be great for Shiny, it seems however that [react-slider-kit](https://github.com/M-Izadmehr/react-slider-kit) might not be it.\n\n:warning: This is a work in progress.\n\n``` r\n# install.packages(\"remotes\")\nremotes::install_github(\"JohnCoene/reactslider\")\n```\n\n## Example\n\n``` r\nlibrary(shiny)\nlibrary(reactslider)\n\nx \u003c- round(rnorm(200, 50, 5))\n\nui \u003c- fluidPage(\n  reactsliderInput(\"slider\", data = x),\n  verbatimTextOutput(\"text\")\n)\n\nserver \u003c- function(input, output) {\n  output$text \u003c- renderPrint({\n    input$slider\n  })\n}\n\nshinyApp(ui, server)\n```\n\n![](./man/firgures/../figures/reactslider.gif)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Freactslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncoene%2Freactslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncoene%2Freactslider/lists"}