Paper

The physical properties of paper are translated to the screen. Great for creating depth to the application with the use of shadows.

Content
square paper
<SpacedGroup direction="vertical" xs={16}>
    <Paper>
      <SpacedGroup xs={24}>
        <span>Content
      </SpacedGroup>
    </Paper>
    <Paper square>square paper</Paper>
  </SpacedGroup>
</Playground>

API