Skip to contents

Visit the documentation at https://mui.com/api/Card-Content/ for more information.

Usage

CardContent(...)

Arguments

...

args to pass to element

Examples

library(shiny.mui)
library(shiny)
component_example(tagList(
  Card(
    CardContent("Hello world!")
  )
))