3lang3 / react-vant

React mobile UI Components base on Vant
https://react-vant.3lang.dev
MIT License
1.31k stars 186 forks source link

✨ [Feature]: IndexBar.indexList支持传入节点 #647

Open AdonLee opened 1 year ago

AdonLee commented 1 year ago

What is the new or updated feature that you are suggesting?

IndexBar.indexList支持传入节点, 例如把Array<number | string>扩展为Array<number | string | {index: number | string, label: ReactNode}>, 将索引值和具体展示分开

Why should this feature be included?

有时候index会是一个短句,为了保持一致性,index会用一个icon代替, 参考携程国际版的国际电话区号选择

3lang3 commented 1 year ago

当前 IndexBaritemRender 属性应该能完成需求,至于拓展接口近期没有计划(忙不过来🥹)