Item: Item

View source: R/QGrid.R

ItemR Documentation

Item

Description

Helper to create grid items. Width is 12 by default.

Usage

Item(...)

Arguments

...

other props to pass to the react component.

See Also

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

Other grid: Container()

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.