Animate text with a shining effect.
Loading preview...
import { ShiningText } from "@/components/ui/shining-text" const Demo = () => { return ( <> <ShiningText text={"HextaAI is thinking..."}/> </> ) } export {Demo}