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