Skip to contents

Visit the documentation at https://mui.com/api/Box/ for more information.

Usage

Box(...)

Arguments

...

args to pass to element

Examples

library(shiny.mui)
library(shiny)
component_example(tagList(
  Box(backgroundColor = "blue", "Hello world!")
))