{"id":14066539,"url":"https://github.com/Appsilon/shiny.layouts","last_synced_at":"2025-07-29T23:31:24.474Z","repository":{"id":48413153,"uuid":"338076998","full_name":"Appsilon/shiny.layouts","owner":"Appsilon","description":"Powerful layouts for your Shiny app: CSS grid, sidebar layout, vertical layout and more!","archived":false,"fork":false,"pushed_at":"2023-12-15T05:52:28.000Z","size":238,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-06-05T13:48:08.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Appsilon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.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}},"created_at":"2021-02-11T15:59:22.000Z","updated_at":"2023-04-12T05:54:21.000Z","dependencies_parsed_at":"2024-02-19T18:26:55.600Z","dependency_job_id":"61082407-1cd5-4efa-bb18-0ea3c447bce8","html_url":"https://github.com/Appsilon/shiny.layouts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Appsilon/shiny.layouts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshiny.layouts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshiny.layouts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshiny.layouts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshiny.layouts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Appsilon","download_url":"https://codeload.github.com/Appsilon/shiny.layouts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Appsilon%2Fshiny.layouts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267779974,"owners_count":24143200,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-08-13T07:05:09.147Z","updated_at":"2025-07-29T23:31:24.147Z","avatar_url":"https://github.com/Appsilon.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"\u003ca href = \"https://appsilon.com/careers/\" target=\"_blank\"\u003e\u003cimg src=\"http://d2v95fjda94ghc.cloudfront.net/hiring.png\" alt=\"We are hiring!\"/\u003e\u003c/a\u003e\n\n\u003cimg src=\"man/figures/hexsticker.png\" align=\"right\" alt=\"\" width=\"130\" /\u003e\n\n# shiny.layouts\n\n\u003c!-- badges: start --\u003e\n\n![R-CMD-check](https://github.com/Appsilon/shiny.layouts/workflows/R-CMD-check/badge.svg)\n[![codecov](https://codecov.io/gh/Appsilon/shiny.layouts/branch/master/graph/badge.svg)](https://codecov.io/gh/Appsilon/shiny.layouts)\n\n[![cranlogs](https://cranlogs.r-pkg.org/badges/shiny.layouts)](https://CRAN.R-project.org/package=shiny.layouts)\n[![total](https://cranlogs.r-pkg.org/badges/grand-total/shiny.layouts)](https://CRAN.R-project.org/package=shiny.layouts)\n\u003c!-- badges: end --\u003e\n\n**CSS Grid and pre-defined useful layouts for Shiny**\n\nWith this library it is easy to define custom layouts in Shiny apps using the powerful\n**[CSS grid](https://css-tricks.com/snippets/css/complete-guide-grid/)**.\nIt also provides a number of ready to use layouts like sidebar layout, vertical layout etc.\n\nIt works great together with [shiny.semantic](https://github.com/Appsilon/shiny.semantic), but is compatible with any UI framework.\n\n## How to install?\n\nYou can install a stable `shiny.layouts` release from CRAN repository:\n\n``` r\ninstall.packages(\"shiny.layouts\")\n```\n\nand the latest version with `remotes`:\n\n``` r\nremotes::install_github(\"Appsilon/shiny.layouts@develop\")\n```\n\n(`main` branch contains the stable version. Use `develop` branch for\nlatest features)\n\n\n## How to contribute?\n\nWe welcome contributions of all types\\!\n\nWe encourage typo corrections, bug reports, bug fixes and feature\nrequests. Feedback on the clarity of the documentation and examples is\nespecially valuable.\n\nIf you want to contribute to this project please submit a regular PR,\nonce you’re done with new feature or bug fix.\u003cbr\u003e\n\n**Changes in documentation**\n\nDocumentation is rendered with `pkgdown`. Just run\n`pkgdown::build_site()` after making changes.\n\n**Changes in vignettes**\n\nIf you modified or added a new vignette, please rebuild them with\n`devtools::build_vignettes()`.\n\n## Appsilon Data Science\n\n\u003cimg src=\"https://avatars0.githubusercontent.com/u/6096772\" align=\"right\" alt=\"\" width=\"6%\" /\u003e\n\nAppsilon is the **Full Service Certified RStudio Partner**. Learn more\nat [appsilon.com](https://appsilon.com).\n\nGet in touch [dev@appsilon.com](dev@appsilon.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Fshiny.layouts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppsilon%2Fshiny.layouts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppsilon%2Fshiny.layouts/lists"}