componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM
Metriche repository
- Star
- (85 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.