# Basic compact box layout
box_config <- compact_box_layout()
# Vertical compact box layout
box_config <- compact_box_layout(
direction = "TB"
)
# Radial layout
box_config <- compact_box_layout(
radial = TRUE
)
Run the code above in your browser using DataLab