tsimport {OverflowList} from '@astryxdesign/core/OverflowList'
| Guidance | Practices |
|---|---|
| Do | Provide a meaningful overflowRenderer: a "+N more" badge, a dropdown, or a count indicator. |
| Do | Set minVisibleItems to keep key items visible regardless of container size. |
| Don't | Use OverflowList for vertical layouts; it only works with horizontal rows. |