Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Typography component, allowing users to view text of different sizes and font-weights.
Currently available props for Typography
is just limited to variant at the moment but more planned.
import { Typography } from "ui-neu"
Name | Description | Default |
---|---|---|
children | Pass children to add text. string | - |
variant | Pass variant to choose text size. "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | - |