Typography
Typography component for Universal Apps
Last updated
Was this helpful?
Typography component for Universal Apps
Last updated
Was this helpful?
Was this helpful?
@("h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2",
"caption", "button", "overline", "srOnly", "inherit",
"display4", "display3", "display2", "display1", "headline", "title", "subheading") | ForEach-Object {
New-UDTypography -Variant $_ -Text $_ -GutterBottom
New-UDElement -Tag 'p' -Content {}
}New-UDTypography -Text 'My Text' -Style @{ color = 'blue' }
New-UDTypography -Text 'Secondar' -Sx @{
color = 'text.secondary'
}