{"id":19721773,"url":"https://github.com/rinterface/shinynextui","last_synced_at":"2026-03-09T20:06:23.593Z","repository":{"id":207579864,"uuid":"640515172","full_name":"RinteRface/shinyNextUI","owner":"RinteRface","description":"NextUI Design Kit for Shiny","archived":false,"fork":false,"pushed_at":"2025-03-17T16:48:55.000Z","size":22163,"stargazers_count":43,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-27T10:34:37.492Z","etag":null,"topics":["nextui","r","react","shiny","tailwind"],"latest_commit_sha":null,"homepage":"https://rinterface.github.io/shinyNextUI/","language":"CSS","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":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2023-05-14T10:57:13.000Z","updated_at":"2025-10-22T17:34:45.000Z","dependencies_parsed_at":"2024-08-03T03:01:58.860Z","dependency_job_id":"5ee4e254-be6e-46da-842c-5a9ed0d0de2d","html_url":"https://github.com/RinteRface/shinyNextUI","commit_stats":null,"previous_names":["rinterface/shinynextui"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/RinteRface/shinyNextUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FshinyNextUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FshinyNextUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FshinyNextUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FshinyNextUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/shinyNextUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2FshinyNextUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30310052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nextui","r","react","shiny","tailwind"],"created_at":"2024-11-11T23:15:29.477Z","updated_at":"2026-03-09T20:06:23.559Z","avatar_url":"https://github.com/RinteRface.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# shinyNextUI\n\n\u003c!-- badges: start --\u003e\n  [![R-CMD-check](https://github.com/RinteRface/shinyNextUI/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RinteRface/shinyNextUI/actions/workflows/R-CMD-check.yaml)\n[![CRAN status](https://www.r-pkg.org/badges/version/shinyNextUI)](https://CRAN.R-project.org/package=shinyNextUI)\n\u003c!-- badges: end --\u003e\n\nThe goal of `{shinyNextUI}` is to provide a wrapper around the\nHeroUI React [library](https://www.heroui.com/).\n\n![](./man/figures/pkmn.png)\n\nThe app corresponding to the above screenshot is located [here](https://github.com/RinteRface/shinyNextUI/tree/main/inst/showcase).\n\n## Notes\n\n`{shinyNextUI}` is currently in alpha. Please carefully look at the current [issues](https://github.com/RinteRface/shinyNextUI/issues).\n\nThe current roadmap:\n\n- Provide more aliases to match Shiny's vanilla notations like `selectInput`, ...\n- Refine the navbar template.\n- Allow to dynamically create [themes](https://heroui.com/docs/customization/theme).\n\n`{shinyNextUI}` leverages tailwind css and some [rules](https://github.com/RinteRface/shinyNextUI/blob/main/js/src/output.css) have already been pre-compiled to use in the various [examples](https://github.com/RinteRface/shinyNextUI/tree/main/inst/examples). If you need custom styles, you can use the [`{windy}`](https://github.com/devOpifex/windy) package.\n\n## Installation\n\nYou can install the development version of `{shinyNextUI}` from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"RinteRface/shinyNextUI\")\n```\n\n## Example\n\nTo quickly get started with any example:\n\n``` r\nlibrary(shinyNextUI)\n# Get all examples\nget_examples()\n# Select an example and run the app\nrun_example(\"card\")\n```\n\n## Developer\n\n`{shinyNextUI}` leverages [tailwind](https://tailwindcss.com/) for the CSS management and [webpack](https://webpack.js.org/) as JS bundler and a mix between `{shiny.react}` and `{reactR}` for components and input management.\n\nWithin the `js` folder, run `npm install`. Then, for each change:\n\n```shell\n# Update CSS\nnpx tailwindcss -i ./src/input.css -o ./src/output.css --watch\n\n# Change JS files\nyarn webpack\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fshinynextui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinterface%2Fshinynextui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fshinynextui/lists"}