Sequential Reveal

A component that reveals content sequentially with a staggered animation.

Installation

Import the component from the passport-ui package.

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

Usage

Basic example showing how to use the component.

components/example.tsx
1<SequentialReveal>
2 <div>Item 1</div>
3 <div>Item 2</div>
4 <div>Item 3</div>
5</SequentialReveal>

Additional resources

Documentation and examples are available in Storybook.