---
name: BaseComponent
menu: Atoms
route: /atoms/BaseComponent
---

import BaseComponent from './BaseComponent';
import { Playground, Props } from 'docz';

# BaseComponent

This component renders an HTML `<div>` and passes along all props.

## API
<Props of={BaseComponent} />

## Example Usage

<Playground>
	 <BaseComponent message="Hello world" />
</Playground>
