Typography Usage

To import Typography into a React file:

  import { Typography } from '@zebra-zeta/react';

Example

  import { Typography } from '@zebra-zeta/react';

  export const TypographyExample = () => {
    return (
      <Typography />
    )
  }