No Preview

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

Typography component, allowing users to view text of different sizes and font-weights.

Example

Currently available props for Typography is just limited to variant at the moment but more planned.

h1. Heading

h2. Heading

h3. Heading

h4. Heading

h5. Heading

h6. Heading

subtitle1. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos blanditiis tenetur

subtitle2. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos blanditiis tenetur

body1. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos blanditiis tenetur

body2. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos blanditiis tenetur

Usage

import { Typography } from "ui-neu"

<Typography variant="h4">Hello</Typography>

Props

NameDescriptionDefault
children
Pass children to add text.
string
-
variant
Pass variant to choose text size.
"h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2"
-