{"id":14988581,"url":"https://github.com/rinterface/shinybulma","last_synced_at":"2025-10-06T18:43:02.179Z","repository":{"id":56361586,"uuid":"112518039","full_name":"RinteRface/shinybulma","owner":"RinteRface","description":"🌐 Bulma.io for Shiny","archived":false,"fork":false,"pushed_at":"2024-07-06T15:51:52.000Z","size":1053,"stargazers_count":110,"open_issues_count":15,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-25T16:16:34.251Z","etag":null,"topics":["bulma","r","shiny"],"latest_commit_sha":null,"homepage":"https://rinterface.github.io/shinybulma/","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":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-11-29T19:24:02.000Z","updated_at":"2025-02-07T01:31:15.000Z","dependencies_parsed_at":"2024-09-19T23:01:46.110Z","dependency_job_id":null,"html_url":"https://github.com/RinteRface/shinybulma","commit_stats":{"total_commits":137,"total_committers":6,"mean_commits":"22.833333333333332","dds":0.5547445255474452,"last_synced_commit":"3dcf00d7ae76bb986288598642c3a6a15d26df64"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Fshinybulma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Fshinybulma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Fshinybulma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RinteRface%2Fshinybulma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RinteRface","download_url":"https://codeload.github.com/RinteRface/shinybulma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248473079,"owners_count":21109629,"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":["bulma","r","shiny"],"created_at":"2024-09-24T14:16:58.860Z","updated_at":"2025-10-06T18:42:57.139Z","avatar_url":"https://github.com/RinteRface.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shinybulma \u003cimg src=\"http://rinterface.com/inst/images/shinybulma.svg\" width=\"150px\" align=\"right\"/\u003e\n\n[![R-CMD-check](https://github.com/RinteRface/shinybulma/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/RinteRface/shinybulma/actions/workflows/R-CMD-check.yaml)\n[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing)\n[![CRAN status](https://www.r-pkg.org/badges/version/shinybulma)](https://cran.r-project.org/package=shinybulma)\n\n\u003e [bulma.io](https://bulma.io) for [Shiny](https://shiny.rstudio.com/). Contains extensions: [bulma-extensions](https://wikiki.github.io) as well as [themes](https://jenil.github.io/bulmaswatch/).\n\n## Installation\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"RinteRface/shinybulma\")\n```\n\n## Example\n\n``` r\nlibrary(shiny)\nlibrary(shinybulma)\n\nshinyApp(\n  ui = bulmaPage(\n    bulmaHero(\n      fullheight = TRUE,\n      color = \"primary\",\n      bulmaHeroBody(\n        bulmaContainer(\n          bulmaTitle(\"Shiny meets Bulma!\"),\n          bulmaSubtitle(\"A neat framework for your Shiny apps.\")\n        )\n      )\n    ),\n    bulmaSection(\n      bulmaTileAncestor(\n        bulmaTileParent(\n          vertical = TRUE,\n          bulmaTileChild(\n            bulmaTitle(\"Tile 1\"),\n            p(\"Put some data here\"),\n            color = \"link\"\n          ),\n          bulmaTileChild(\n            bulmaTitle(\"Tile 2\"),\n            plotOutput(\"chart\"),\n            color = \"danger\"\n          )\n        ),\n        bulmaTileParent(\n          vertical = TRUE,\n          bulmaTileChild(\n            bulmaTitle(\"Tile 3\"),\n            p(\"Put some data here\"),\n            color = \"warning\"\n          ),\n          bulmaTileChild(\n            bulmaTitle(\"Tile 3\"),\n            (\"Put some data here\"),\n            color = \"info\"\n          )\n        )\n      )\n    )\n  ),\n  server = function(input, output) {\n    output$chart \u003c- renderPlot({\n      plot(x = runif(20, 5, 10), y = runif(20, 10, 12))\n    })\n  }\n)\n```\n\n## Code of Conduct\n  \n  Please note that the shinybulma project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fshinybulma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinterface%2Fshinybulma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinterface%2Fshinybulma/lists"}