Fix Playground

This commit is contained in:
Chi Vinh Le
2018-07-20 11:05:42 -03:00
parent b87f984fd3
commit c5951117c3
@@ -4,13 +4,13 @@ menu: UI Kit
---
import { Playground } from 'docz'
import ToggleShow from './ToogleShow'
import ToggleShow from './ToggleShow'
# ToggleShow
A Component that provides a render function to display nodes
## Basic usage
```js
<Playground>
<ToggleShow>
{({ toggleShow, show }) => (
<div>
@@ -19,4 +19,4 @@ A Component that provides a render function to display nodes
</div>
)}
</ToggleShow>
```
</Playground>