import React from "react"; // @material-ui/core components import { makeStyles } from "@material-ui/core/styles"; // @material-ui/icons // core components import GridContainer from "components/Grid/GridContainer.js"; import GridItem from "components/Grid/GridItem.js"; import Small from "components/Typography/Small.js"; import Danger from "components/Typography/Danger.js"; import Warning from "components/Typography/Warning.js"; import Success from "components/Typography/Success.js"; import Info from "components/Typography/Info.js"; import Primary from "components/Typography/Primary.js"; import Muted from "components/Typography/Muted.js"; import Quote from "components/Typography/Quote.js"; import image from "assets/img/faces/avatar.jpg"; import styles from "assets/jss/nextjs-material-kit/pages/componentsSections/typographyStyle.js"; const useStyles = makeStyles(styles); export default function SectionTypography() { const classes = useStyles(); return (

Typography

Header 1

The Life of Material Kit

Header 2

The Life of Material Kit

Header 3

The Life of Material Kit

Header 4

The Life of Material Kit

Header 5
The Life of Material Kit
Header 6
The Life of Material Kit
Header 1

The Life of Material Kit

Header 2

The Life of Material Kit

Header 3

The Life of Material Kit

Header 4

The Life of Material Kit

Paragraph

I will be the leader of a company that ends up being worth billions of dollars, because I got the answers. I understand culture. I am the nucleus. I think that’s a responsibility that I have, to push possibilities, to show people, this is the level that things could be at.

Quote
Muted Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Primary Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Info Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Success Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Warning Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Danger Text
I will be the leader of a company that ends up being worth billions of dollars, because I got the answers...
Small Tag

Header with small subtitle
Use {'"Small"'} tag for the headers

Images


Rounded Image

...

Circle Image

...

Rounded Raised

...

Circle Raised

...
); }