zepio/app/components/Sidebar.mdx

17 lines
231 B
Plaintext

---
name: Sidebar
---
import { Playground, PropsTable } from 'docz'
import { SidebarComponent } from './index.js'
# Sidebar
<PropsTable of={SidebarComponent} />
## Basic usage
<Playground>
<SidebarComponent />
</Playground>