---
route: /components/title
menu: UI Components
---

import { Playground, Props } from 'docz';
import { Title } from './Title';

# Title

## Properties

<Props of={Title} />

## Basic usage

<Playground>
  <Title size={20}>An interesting title</Title>
</Playground>
