ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.62k stars 2.39k forks source link

feat: ellipsis组件content开头支持自定义节点插入 #6621

Closed wanlixi closed 4 months ago

zombieJ commented 4 months ago

这样过于专化了,如果不是在开头插入 ReactNode,而是中间加 ReactNode 比如加粗 strong 等等。这种就解不了。应该是让它可以支持 ReactElement[] 的省略才行。

wanlixi commented 4 months ago

我昨晚想了下,确实有点专化,我还是copy代码魔改着使用吧

github-actions[bot] commented 4 months ago

PR preview has been successfully built and deployed to https://antd-mobile-preview-pr-6621.surge.sh

zombieJ commented 4 months ago

OK. 那这边先关了哈~~