Skip to contents

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