This component no longer exists. It was in ondo-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
number-count
ondo-ui/number-countRemovedComponent
An animated number whose digits roll between values, built on NumberFlow.
Install it
npx shadcn@latest add https://ui.ondo.dou.so/r/number-count.jsonSource
1"use client"23import NumberFlow from "@number-flow/react"45import { cn } from "@/lib/utils"67type NumberCountProps = React.ComponentProps<typeof NumberFlow>89function NumberCount({ className, ...props }: NumberCountProps) {10 return <NumberFlow className={cn("tabular-nums", className)} {...props} />11}1213export { NumberCount, type NumberCountProps }
What it pulls in
npm packages
Other registry items
