14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
|
|
<Skeleton variant="text" level="h1" />
|
||
|
|
<Typography level="h1">h1 Typeface</Typography>
|
||
|
|
|
||
|
|
<Skeleton variant="text" level="h2" />
|
||
|
|
<Typography level="h2">h2 Typeface</Typography>
|
||
|
|
|
||
|
|
<Skeleton variant="text" />
|
||
|
|
<Typography>body-md Typeface</Typography>
|
||
|
|
|
||
|
|
<Skeleton variant="text" level="body-sm" />
|
||
|
|
<Typography level="body-sm">body-sm Typeface</Typography>
|
||
|
|
|
||
|
|
<Skeleton variant="text" level="body-xs" />
|
||
|
|
<Typography level="body-xs">body-xs Typeface</Typography>
|