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

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

# BaseComponent

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

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

## Example Usage

<Playground>
	 <SelectText />
</Playground>
