leboncoin/spark-android

[FR]: Add code example to Spinner.md

已关闭

#2,120 创建于 2026年7月27日

 (0 条评论) (0 个反应) (0 位负责人)Kotlin (31 个派生)auto 404
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.

贡献者指南