hundredBook a call
← All components

Numeral Text

Type stencilled out of digits that count up as the word draws itself in.

font
color — #171717
options
<NumeralText
  text="100"
  font={FONTS.serif}
  weight={800}
  loop
/>

the lab — type into it, then copy the call it writes

import NumeralText from "@/components/NumeralText";

// Counts up once on load, then holds.
<NumeralText text="100" cols={80} />