Feature with Numbered Marker
When a feature card represents a step in a sequence (onboarding, "How it works", multi-stage flow), an auto-icon misses the point — the user needs to know which step. The iconSlot named slot replaces the icon chip with anything you supply: numbered step, custom illustration, third-party icon, etc.
Recipe
Numbered onboarding steps
01
Connect your data
Pull rows from your warehouse — no ETL.
02
Define dashboards
Compose KPI cards via stat + ticker primitives.
03
Share with your team
One-click invite, role-based access, audit log.
Variations
- Custom illustrations: Drop a
<svg>or<img>directly intoiconSlotfor branded marker visuals. - Status indicators: Use a colored badge (e.g. green check, red x) for "completed step" / "blocked step" semantics.
- Tone-aware backgrounds: Match the marker background to the feature's intended emotional tone via
var(--color-wk-success)/var(--color-wk-warning)/ etc.
Components Used
- Feature Grid — responsive container
- Feature — named
iconSlotreplaces auto chip
See Also
- Feature component docs — full tone + size + slot reference