
---
menu: Organisms
name: MainContent
route: /mainContent
---

import { Playground, PropsTable } from 'docz';
import MainContent from '.';

# MainContent

## Use cases

<div>
  <MainContent />
</div>

## PropsTable

<PropsTable of={MainContent} />

## Playground

<Playground>
  <MainContent />
</Playground>