Element live demo

Code used to include the process arrow:


<!-- in head -->
<link rel="import" href="process-arrow.html">

<!-- in body -->
<process-arrow
  selected="3">
  <span>Baby</span>
  <span>Child</span>
  <span>Teenager</span>
  <span>Working-class hero</span>
  <span>Retired</span>
</process-arrow>

Unstyled

Baby Child Teenager Working-class hero Retired

Styled

You can edit the styles here, they are reflected in the element below. ♥

process-arrow.styled {

}
Baby Child Teenager Working-class hero Retired