Container: Container Helper to create grid containers

View source: R/QGrid.R

ContainerR Documentation

Container Helper to create grid containers

Description

Container Helper to create grid containers

Usage

Container(...)

Arguments

...

other props to pass to the react component.

See Also

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

Other grid: Item()

Examples

library(shiny.quartz)
library(shiny.mui)

component_example(
    Container(Item(xs = 6, "hello"), Item(xs = 6, "world"))
)

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