1import { BlurIn } from "passport-ui";
1<BlurIn>2 <h1>This text will blur in</h1>3</BlurIn>
A component that reveals content with a blur-in animation.
Import the component from the passport-ui package.
1import { BlurIn } from "passport-ui";
Basic example showing how to use the component.
1<BlurIn>2 <h1>This text will blur in</h1>3</BlurIn>
Documentation and examples are available in Storybook.