Skip to contents

A layout component for stacking horizontally with gaps.

Usage

HStack(..., sx = list())

Arguments

...

A list of components to stack.

sx

A list of style attributes to apply to the component.

See also

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

Examples

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