Hero Portfolio Creator
A production-scale, light + dark Hero Portfolio Creator component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add hero-portfolio-creatorLive preview available in the gallery.
Usage
import { HeroPortfolioCreator } from "@lerpa/ui";
<HeroPortfolioCreator />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| status | string | — | |
| title | string | — | |
| highlightedTitle | string | — | |
| description | string | — | |
| worksLabel | string | — | |
| archiveLabel | string | — | |
| projects | PortfolioProject[] | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.