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>
You can edit the styles here, they are reflected in the element below. ♥
process-arrow.styled {
}