Skip to contents

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")))