MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / TextTicker

Function TextTicker

src/showcase/components/text/text-ticker/TextTicker.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import Counter from './Counter'
2
3export const TextTicker = () => {
4 return (
5 <div className="text-4xl font-semibold tabular-nums tracking-tight text-red-500">
6 <Counter value={1000} />
7 </div>
8 )
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected