Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebailey78/shinyBS
Twitter Bootstrap Components for Shiny
https://github.com/ebailey78/shinyBS
Last synced: 3 months ago
JSON representation
Twitter Bootstrap Components for Shiny
- Host: GitHub
- URL: https://github.com/ebailey78/shinyBS
- Owner: ebailey78
- Created: 2014-01-21T18:54:54.000Z (almost 11 years ago)
- Default Branch: shinyBS3
- Last Pushed: 2021-01-07T07:23:17.000Z (almost 4 years ago)
- Last Synced: 2024-06-18T12:43:37.131Z (5 months ago)
- Language: R
- Homepage:
- Size: 2.07 MB
- Stars: 181
- Watchers: 22
- Forks: 47
- Open Issues: 111
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shiny-extensions - shinyBS - Bootstrap 3 components for Shiny (alerts, tooltips, popovers, modals, collapsible panels, button upgrades). (UI Components / Bootstrap)
- jimsghstars - ebailey78/shinyBS - Twitter Bootstrap Components for Shiny (R)
README
shinyBS
-------**shinyBS** is a package that adds several additional Twitter Boostrap
components to shiny. In January RStudio updated shiny to work with Bootstrap3
which completely broke the original shinyBS. I have updated shinyBS to
work with the newest versions of shiny.After several rounds of revisions, shinyBS v0.61 was accepted by CRAN on March 31st, 2015 and is available for install with `install.packages()`
```R
install.packages("shinyBS")
```Not all functionality that was in the previous versions was kept in this new version. Partly because of time constraints and partly because of some functionality being removed from Bootstrap.
Features that remain in shinyBS 0.61 include:
* Alerts
* Tooltips
* Popovers
* Modal Windows
* Collapse Panels
* Button upgradesFeatures that are not included in shinyBS 0.61 include:
* Navbars and related components
* Typeaheads
* Progress Bars
* Button Groups
* Table FormattingNow that this version has been been accepted by CRAN I will start working on updates and added functionality. If you have a request please open an issue and let me know. Thanks!