---
name: Box
---

import { Playground, PropsTable } from 'docz';

import Box from './';
import Text from '../Text/index';

# Box

## Basic Usage

<Playground>

<Box>
  <Text content="Hello Box" />
</Box>

</Playground>

## Properties

<PropsTable of={Box} />
