Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasdumas/shinyLP
A R package for Bootstrap Components to make Landing Home Pages for Shiny :globe_with_meridians:
https://github.com/jasdumas/shinyLP
bootstrap r r-shiny shiny ui-design
Last synced: 28 days ago
JSON representation
A R package for Bootstrap Components to make Landing Home Pages for Shiny :globe_with_meridians:
- Host: GitHub
- URL: https://github.com/jasdumas/shinyLP
- Owner: jasdumas
- License: other
- Created: 2016-08-26T20:56:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T14:14:04.000Z (5 months ago)
- Last Synced: 2024-10-04T04:11:58.186Z (2 months ago)
- Topics: bootstrap, r, r-shiny, shiny, ui-design
- Language: R
- Homepage: https://CRAN.R-project.org/package=shinyLP
- Size: 847 KB
- Stars: 115
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - shinyLP - Bootstrap 3 landing pages for Shiny apps. (UI Components / Bootstrap)
- jimsghstars - jasdumas/shinyLP - A R package for Bootstrap Components to make Landing Home Pages for Shiny :globe_with_meridians: (R)
README
![](https://cranlogs.r-pkg.org/badges/shinyLP)
![](https://cranlogs.r-pkg.org/badges/grand-total/shinyLP)# shinyLP
### Bootstrap Landing Home Pages for Shiny
The 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.
This 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.
[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))
## How to install this package?
To install the package type the following:
```r
install.packages("shinyLP")
library("shinyLP")
```Or you can install the development version from Github:
```r
library(devtools)
install_github("jasdumas/shinyLP")
library(shinyLP)
```## How to use this package?
The 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.
This 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.
## `shinyLP` Example app
To run this example shiny app provided with the package:
```r
install.packages(c("shinyBS", "shinythemes"))
shinyLP::runExample()
```The app also runs with `display.mode="showcase"` in the browser to facilitate re-using the template.
![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example1.jpg)
![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example3.jpg)
___
![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example2.jpg)
___
![](https://raw.githubusercontent.com/jasdumas/shinyLP/master/example4.jpg)
## Contact
Package Author: Jasmine Daly [@jasdumas](https://twitter.com/jasdumas) | [jasminedaly.com](https://jasminedaly.com/)