Skip to content

Paper

In Material Design, the physical properties of paper are translated to the screen.

The background of an application resembles the flat, opaque texture of a sheet of paper, and an application’s behavior mimics paper’s ability to be re-sized, shuffled, and bound together in multiple sheets.

This is a sheet of paper.

Paper can be used to build surface or other elements for your application.

<Paper className={classes.root}>
  <Typography variant="h5" component="h3">
    This is a sheet of paper.
  </Typography>
  <Typography component="p">
    Paper can be used to build surface or other elements for your application.
  </Typography>
</Paper>