{"id":13733007,"url":"https://github.com/jasdumas/shinyLP","last_synced_at":"2025-05-08T09:31:24.075Z","repository":{"id":56937293,"uuid":"66678777","full_name":"jasdumas/shinyLP","owner":"jasdumas","description":"A R package for Bootstrap Components to make Landing Home Pages for Shiny :globe_with_meridians:","archived":false,"fork":false,"pushed_at":"2024-07-28T14:14:04.000Z","size":867,"stargazers_count":115,"open_issues_count":0,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-04T04:11:58.186Z","etag":null,"topics":["bootstrap","r","r-shiny","shiny","ui-design"],"latest_commit_sha":null,"homepage":"https://CRAN.R-project.org/package=shinyLP","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/jasdumas.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,"governance":null}},"created_at":"2016-08-26T20:56:36.000Z","updated_at":"2024-09-24T18:06:13.000Z","dependencies_parsed_at":"2022-08-21T07:20:42.208Z","dependency_job_id":"86f355eb-aa71-4da5-b3d7-7b3cf15d099a","html_url":"https://github.com/jasdumas/shinyLP","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasdumas%2FshinyLP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasdumas%2FshinyLP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasdumas%2FshinyLP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasdumas%2FshinyLP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasdumas","download_url":"https://codeload.github.com/jasdumas/shinyLP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224717509,"owners_count":17357897,"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":["bootstrap","r","r-shiny","shiny","ui-design"],"created_at":"2024-08-03T03:00:36.620Z","updated_at":"2025-05-08T09:31:24.062Z","avatar_url":"https://github.com/jasdumas.png","language":"R","readme":"# shinyLP \n\u003cimg src=\"https://raw.githubusercontent.com/jasdumas/shinyLP/67b98b14571f901a66eba73fc4772f0245dad370/hexsticker.png\" align=\"right\" alt=\"\" width=\"200\" /\u003e\n\n\n\u003c!-- badges: start --\u003e\n  [![CRAN status](https://www.r-pkg.org/badges/version/shinyLP)](https://CRAN.R-project.org/package=shinyLP)\n  [![Downloads](https://cranlogs.r-pkg.org/badges/shinyLP)](https://cran.r-project.org/package=shinyLP)\n  [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/shinyLP)](https://cran.r-project.org/package=shinyLP)\n\u003c!-- badges: end --\u003e\n\n### Bootstrap Landing Home Pages for Shiny\n\nThe goal of *shinyLP* is to provide functions that wrap HTML Bootstrap code to enable the design and layout of informative landing home pages for [Shiny](https://shiny.posit.co/) applications. A [Landing page](https://en.wikipedia.org/wiki/Landing_page) is the first page of a web app or website that a user interacts with to learn the purpose, usage and status of the tool. The user experience and interface are important features to consider when developing Shiny applications to direct, especially non-technical users how to use the application.\n\nThis package is inspired by the [shinyBS package](https://github.com/ebailey78/shinyBS) which incorporates useful components from the [Bootstrap web framework](https://getbootstrap.com/) for use in Shiny. *shinyLP* extends the Bootstrap components that are used in the Shiny package by making it easier by not having to write additional HTML code.\n\n[A talk was given about `shinyLP` at the Portland, Oregon R Users Group in 2017.](https://jasminedaly.com/talks/PDX-R-user-group/pdx-r-user-group-slides.html#(1))\n\n## How to install this package?\n\nTo install the package type the following:\n\n```r\ninstall.packages(\"shinyLP\")\nlibrary(\"shinyLP\")\n```\n\nOr you can install the development version from Github:\n\n```r\nlibrary(devtools)\ninstall_github(\"jasdumas/shinyLP\")\nlibrary(shinyLP)\n```\n\n## How to use this package?\n\nThe components of the package are functions that wrap HTML Bootstrap code for use in shiny apps. Include the functions in the **UI** section of your app to provide additional features which normally requires including HTML code.\n\nThis project is released with a [Contributor Code of Conduct](https://github.com/jasdumas/shinyLP/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.\n\n\n## `shinyLP` Example app\n\nTo run this example shiny app provided with the package:\n\n```r\ninstall.packages(c(\"shinyBS\", \"shinythemes\"))\nshinyLP::runExample()\n```\n\nThe app also runs with `display.mode=\"showcase\"` in the browser to facilitate re-using the template.\n\n![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example1.jpg)\n\n![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example3.jpg)\n\n___\n\n![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example2.jpg)\n\n___\n\n![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example4.jpg)\n\n\n## Contact\n\nPackage Author: Jasmine Daly [@jasdumas](https://twitter.com/jasdumas) | [jasminedaly.com](https://jasminedaly.com/) \n","funding_links":[],"categories":["UI Components","R"],"sub_categories":["Bootstrap"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasdumas%2FshinyLP","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasdumas%2FshinyLP","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasdumas%2FshinyLP/lists"}