Components
Loading preview...
This component displays animated, theme-adaptive text with a ripple reveal effect on hover.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/reveal-textimport { MinimalistTextEffect } from "@/components/ui/reveal-text";
export default function DemoOne() {
return <MinimalistTextEffect
text="MINIMAL"
duration={0.3}
/>;
}