bluepeter / react-middle-ellipsis

Truncate a long string in the middle, instead of the end.
https://bluepeter.github.io/react-middle-ellipsis/
MIT License
63 stars 10 forks source link

Can add a props to control how much lines begin to omit? #25

Open hanzhenfang opened 1 year ago

hanzhenfang commented 1 year ago

I want after two lines then begin to add an ellipsis, Like the effect below.

image

But I can't find a better way to realize it. Can you help me?

Thanks !

hanzhenfang commented 1 year ago

I fix this issue, but I am a Vuer.

https://github.com/hanzhenfang/auto-ellipsis-text.

hope some help~