HStack: Horizontal Stack

View source: R/HStack.R

HStackR Documentation

Horizontal Stack

Description

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

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