componentcontribution welcomeddocumentationgood first issuepriority:MEDIUM
仓库指标
- 星标
- (85 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.