GraphWaffle

Import

svelte
import { GraphWaffle } from 'markgraphy';

Basic usage

svelte
<GraphWaffle
  title="example"
  value={0}
  cells={100}
/>
[ example ]

0%

0 percent

Props

PropTypeDefaultDescription
titlestring
valuenumber
cells?number100
columns?number10
caption?string
glyphs?Glyphs
corner?string
class?string''

Exported types

  • GraphWaffleProps