componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM
Repository-Metriken
- Stars
- (85 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 4T 9h) (73 gemergte PRs in 30 T)
Beschreibung
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.