Overflow
import Overflow from 'frui/formats/Overflow';
Copy
Props
Name | Type | Required | Notes |
---|---|---|---|
hellip | boolean | No | Add ... after clipped value |
length | number | Yes | Show number of characters or words before clipping |
value | string | Yes | Default value |
words | boolean | No | Clip by number of words instead of characters |
Basics
Lorem Ip…
<Overflow value="Lorem Ipsum" length={8} hellip />
Copy