GraphWaffle
Import
import { GraphWaffle } from 'markgraphy';Basic usage
<GraphWaffle
title="example"
value={0}
cells={100}
/>0%
0 percentProps
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
value | number | — | — |
cells? | number | 100 | — |
columns? | number | 10 | — |
caption? | string | — | — |
glyphs? | Glyphs | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
GraphWaffleProps