CezaryDanielNowak / React-dotdotdot

Multiline text ellipsis for react. Demo:
https://nowak.click/react-dotdotdot/
MIT License
401 stars 54 forks source link

Feature: Option to set start/middle and default end ellipsis #61

Open LukaszGrela opened 1 month ago

LukaszGrela commented 1 month ago

Is it possible to add an option that will render ellipsis at the start or middle of truncated text?

"Long text, very long one" start: "..., very long one" middle: "Long text,... one"