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