callstack / callstack/react-native-slider
Allow step marker styling
未关闭
feature request
- 主要语言
- TypeScript
- 星标
- 1.4k
- 派生
- 295
- 平均合并
- 5 分钟
- 30 天内合并 PR
- 1
描述
## Describe the Feature
Step marker styling is currently not controllable, and renders as small black text.
## Possible Implementations
A simple passing through of a style prop e.g. stepMarkerStyle={{color: 'white'}} into the Text components used to indicate step markers
## Related Issues
None
贡献指南
调研方向
Inspect the Text components used to indicate step markers and trace how slider props are passed into them. Add the requested stepMarkerStyle entry point so marker styling can be controlled, then verify that a color such as white changes the rendered marker text.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react-native, typescript
- 领域
- mobile
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100