flex_direction {cascadess} | R Documentation |
Flex direction
Description
The flex_direction()
function adjusts the
Usage
flex_direction(x, ...)
Arguments
x |
A tag element or .style pronoun. |
... |
A character string specifying a direction. One of,
|
Value
An object of the same type as x
.
See Also
Other flex utilities:
flex_align()
,
flex_content()
,
flex_display()
,
flex_justify()
,
flex_wrap()
,
item_align()
,
item_fill()
,
item_grow()
,
item_order()
Examples
library(htmltools)
div(
.style %>%
flex_display() %>%
flex_direction("column")
)
[Package cascadess version 0.2.0 Index]