- Implementation
- Overflow Props
Live Component Playground
Common Examples
Overflow any elements
By default, theOverflow component creates a vertically scrolling area with a shadow to indicate which directions it can be scrolled.Horizontal overflow
To apply the overflow effect horizontally, adddirection="row" to the Overflow component:Overflow truncation
To display a “Show more…” button, you can add thetruncate prop. For more custom use cases, truncate can also accept an object to specify custom expand/collapse display text and custom event handlers.

