A Motion for React counter that animates a motion value from 0 to 100 and renders the rounded number as children, from the official Motion examples catalog.
"use client" import HtmlContent from "@/components/ui/motion-html-content" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-8"> <HtmlContent /> </div> ) }