Blur In

A component that reveals content with a blur-in animation.

Installation

Import the component from the passport-ui package.

components/example.tsx
1import { BlurIn } from "passport-ui";

Usage

Basic example showing how to use the component.

components/example.tsx
1<BlurIn>
2 <h1>This text will blur in</h1>
3</BlurIn>

Additional resources

Documentation and examples are available in Storybook.