Skip to contents

CSS Grid and flexbox layouts for R/Shiny

Imola (named after the first city ever to be given a technical blueprint by Leonardo da Vinci) aims at giving more layout creation options directly in R/shiny, without the hassle of having to create custom CSS every time.


CSS Layouts in shiny, made simple

Leverage typical CSS layout techniques (grid and Flexbox) directly in your UI functions, including support for media breakpoints to fit different screen sizes and devices.


Use built in templates, or create your own

Save your favorite layouts for later use via the templating system and reuse them as many times as you need.

If layout creation isn’t your thing, imola comes with a built in collection of templates for traditionally used web layouts, making it even easier to spice up your dashboards!

Browse all available templates here: https://sparktuga.shinyapps.io/imolatemplates/


Examples to get you started

Example applications showcasing some of the power of imola:


installation

1 - Install the package:
# Install released version from CRAN
install.packages('imola')

# Or the most recent development version from github:
devtools::install_github('pedrocoutinhosilva/imola')
2 - Include it in your project:
# global.R
library(imola)

You are now ready to go!

Looking for help on how to start? Make sure to check the built in examples and vignettes for help and usage examples.


Usage

Check vignette("imola") on how to get started, and other follow up vignettes for even more information regarding CSS flexbox and grid and their imola equivalents.

Looking for a specific topic? Use the following vignettes for a quick start: