JobExperienceBadge
DomainExperience level badge mapping seniority to a semantic colour.
JuniorMid-levelSeniorLeadDirector
{(['JUNIOR', 'MID', 'SENIOR', 'LEAD', 'DIRECTOR'] as const).map((l) => (
<JobExperienceBadge key={l} level={l} />
))}Experience level badge mapping seniority to a semantic colour.
{(['JUNIOR', 'MID', 'SENIOR', 'LEAD', 'DIRECTOR'] as const).map((l) => (
<JobExperienceBadge key={l} level={l} />
))}Developer
Component Library