Skip to contents

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

Usage

Typography(...)

Arguments

...

args to pass to element

Examples

library(shiny.mui)
library(shiny)

component_example(tagList(
  Typography(variant="h1", "H1"),
  Typography(variant="h2", "H2"),
  Typography(variant="body1", "Body 1"),
))