componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM
Métriques du dépôt
- Stars
- (85 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Describe the problem
Spinner.md describes intents and sizes but has no code example. A reader cannot use the component from this doc alone.
Describe the solution
Add a minimal usage snippet:
Spinner(intent = SpinnerIntent.Main)
Spinner(intent = SpinnerIntent.Current, size = SpinnerSize.Small)
Additional context
Priority: Medium. Effort: XS.