TextOverflow
12 Sep 20251 minute to read
Defines how to handle the text when it exceeds the element bounds
Wrap - Wraps the text to next line, when it exceeds its bounds
Ellipsis - It truncates the overflown text and represents the clipping with an ellipsis
Clip - It clips the overflow text
- Wrap
- Ellipsis
- Clip