1import { SequentialReveal } from "passport-ui";
1<SequentialReveal>2 <div>Item 1</div>3 <div>Item 2</div>4 <div>Item 3</div>5</SequentialReveal>
A component that reveals content sequentially with a staggered animation.
Import the component from the passport-ui package.
1import { SequentialReveal } from "passport-ui";
Basic example showing how to use the component.
1<SequentialReveal>2 <div>Item 1</div>3 <div>Item 2</div>4 <div>Item 3</div>5</SequentialReveal>
Documentation and examples are available in Storybook.