Components
Starting preview...
Animate text with a shining effect.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/shining-textimport { ShiningText } from "@/components/ui/shining-text"
const Demo = () => {
return (
<>
<ShiningText text={"HextaAI is thinking..."}/>
</>
)
}
export {Demo}