jd-opensource / jd-opensource/nutui
希望tabs的title支持sticky功能
Open
Feature Request
PR Welcome
- Dominant language
- Vue
- Stars
- 6.5k
- Forks
- 835
- PR merge metrics
- No merged PRs in 30d
Description
### What problem does this feature solve?(这个功能解决的问题)
当一个长列表在下拉滚动时,tabs的title依旧可以固定显示在页面顶部,提供类似 position: sticky; top: 0; 的效果
### What does the proposed API look like?(期望的 API)
增加Props 参数 :
sticky : true|false
stickyOffset: 0 距离顶部距离,默认0
Contributor guide
Assessment
This issue has not been assessed yet.