Animate text with a shining effect.
import { ShiningText } from "@/components/ui/shining-text" const Demo = () => { return ( <> <ShiningText text={"HextaAI is thinking..."}/> </> ) } export {Demo}
Part of HextaUI — browse the full library on 21st.dev.