zepio/app/components/Sidebar.mdx

17 lines
231 B
Plaintext
Raw Normal View History

2018-11-26 18:52:47 -08:00
---
name: Sidebar
---
import { Playground, PropsTable } from 'docz'
import { SidebarComponent } from './index.js'
# Sidebar
<PropsTable of={SidebarComponent} />
## Basic usage
<Playground>
<SidebarComponent />
</Playground>