What problem does it solve?
Inconsistent helper text, hint styling, and inline links across Saleor Dashboard cards lead to visual drift and poor UX. This Skill codifies the exact patterns for subheaders, hints, optional labels, and microcopy links so every card looks and behaves the same.
Core Features & Use Cases
- Subtitle and hint patterns: Enforces DashboardCard.Subtitle with fontSize={3} and color="default2" for all helper text, with defined placement rules above, below, or inside card content.
- MicrocopyLink for inline links: Provides rules for embedding links inside hint sentences using inherit color and size, medium weight, and hover-only underline instead of accent-colored Link components.
- Optional labels and fixed-at-creation helpers: Standardizes DetailSettingsCardTitle optional props and "Fixed at creation" copy for locked identity fields.
- Use Case: When adding a hint under a shipping zone card that links to the warehouses configuration page, use this Skill to produce correctly styled subtitle copy with a MicrocopyLink and proper i18n message definitions.
Quick Start
Ask the assistant to add a styled hint with an inline link under a DashboardCard title following the saleor-dashboard-microcopy patterns.