View source: R/design-scroll.R
scroll | R Documentation |
Many of the applications you build despite a complex layout will still fit
onto a single page. To help scroll long content alongside shorter content use
the scroll()
utility function.
scroll(x, direction = "vertical")
x |
A tag element or .style pronoun. |
direction |
One of |
div() %>% scroll()
# ->
div() %>% cascadess::overflow_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.