Nova versão do Shiny com Bootstrap 3.
Shiny version 0.11 is available now! Notable changes include:
- Shiny has migrated from Bootstrap 2 to Bootstrap 3 for its web front end. More on this below.
- The old jsliders have been replaced with ion.rangeSlider. These sliders look better, are easier for users to interact with, and support updating more fields from the server side.
- There is a new
passwordInput()
which can be used to create password fields. - New
observeEvent()
andeventReactive()
functions greatly streamline the use ofactionButton
and other inputs that act more like events than reactive inputs.
For a full set of changes, see the NEWS file. To install, run:
install.packages("shiny")
We’ve also posted an article with notes on upgrading to 0.11.
Bootstrap 3 migration
In all versions of Shiny prior to 0.11, Shiny has used the Bootstrap 2 framework for its web front-end. Shiny generates HTML that is structured to work with Bootstrap, and this makes it…
Ver o post original 355 mais palavras