zepio/app/components/status-pill.mdx

23 lines
340 B
Plaintext

---
name: StatusPill
---
import { Playground, PropsTable } from 'docz'
import { StatusPill } from './status-pill.js'
import { DoczWrapper } from '../theme.js'
# StatusPill
## Properties
<PropsTable of={StatusPill} />
## Basic Usage
<Playground>
<DoczWrapper>
{() => <StatusPill percent={83.} />}
</DoczWrapper>
</Playground>