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

Function TextGradient

src/showcase/components/text/TextGradient.tsx:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const TextGradient = () => {
2 return (
3 <h1 className="animate-textGradient bg-gradient-to-r from-red-500 via-yellow-500 to-green-500 bg-clip-text text-2xl font-semibold text-transparent">
4 SyntaxUI
5 </h1>
6 )
7}
8
9export default TextGradient

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected