mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 15:45:09 +08:00
Fix Playground
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user