We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Shiny component styles to new "shiny" theme with improved accessibility and baseline styles.
Initial work lives in theme.scss from rstudio/shiny-examples#212
theme.scss
The content you are editing has changed. Please copy your edits and refresh the page.
"shiny"
bs_theme()
Slider styles (were originally proposed here and the current slider styles patch)
We didn't change the default ticks = FALSE in sliderInput() but we would have liked to (or might in a bslib-specific input)
ticks = FALSE
sliderInput()
layout_columns()
width: 100%; min-width: 230px
actionStateButton()
datatable(style = "auto")
page_sidebar()
?bs_theme
The text was updated successfully, but these errors were encountered:
blib::bs_theme(5,"shiny")
gadenbuie
No branches or pull requests
Goal
Update Shiny component styles to new "shiny" theme with improved accessibility and baseline styles.
Initial work lives in
theme.scss
from rstudio/shiny-examples#212Tasks
Baseline
"shiny"
themebs_theme()
's default to use preset='shiny' #711Input-specific styles
Sliders
Slider styles (were originally proposed here and the current slider styles patch)
We didn't change the default
ticks = FALSE
insliderInput()
but we would have liked to (or might in a bslib-specific input)Input updates
Components
Tables
datatable(style = "auto")
DT#1074Sidebars
Cards
Various
Higher-level
Dashboards
page_sidebar()
page title #757Documentation
Docs
The text was updated successfully, but these errors were encountered: