VStack: vstack

View source: R/VStack.R

VStackR Documentation

vstack

Description

A layout component for stacking vertically with gaps.

Usage

VStack(..., sx = list())

Arguments

...

arguments to pass to the flexBox

sx

sx elements to pass to the flexBox as defined in material ui

See Also

Other layout: Container(), HStack(), Item(), Page(), QCard()

Examples

component_example(VStack(tags$button("hi", "HI"), tags$button("hi", "hi")))

QuartzSoftwareLLC/shiny.quartz documentation built on Aug. 29, 2023, 9:18 a.m.