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