Skip to main content

Experience

ExperienceList

Group multiple experience entries into a stacked timeline. Your career history, elegantly formatted.

Curated demo

  • Senior Engineer

    Example Corp

    -

    Built shared UI systems and delivery tooling.

Reference

Group multiple experience entries into a stacked timeline. Your career history, elegantly formatted.

  • Compose ExperienceList with li children that contain ExperienceCard.
  • Keep sorting and grouping logic page-owned. We just make it look like a fancy timeline.
  • Order it reverse-chronologically unless you're a time traveler.

Example snippet

<ExperienceList>
  <li>
    <ExperienceCard ... />
  </li>
</ExperienceList>