File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 11# react-overflow-indicator ⏬
22
3+ - Let users know when there’s more content to see in an ` overflow ` container, in
4+ case their device hides scrollbars.
5+ - Uses
6+ [ Intersection Observer] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver )
7+ for great performance – no listening for ` scroll ` or ` resize ` events.
8+ - Flexible: render any style of indicator you want (shadows, arrows, messages,
9+ etc.) wherever you want, using any styling solution.
10+
311<table >
12+ <thead >
13+ <tr >
14+ <th colspan =" 3 " >
15+ Some examples: shadows, fades, icons…
16+ </th >
17+ </tr >
18+ </thead >
419<tbody >
520<tr >
621<td >
2237</tbody >
2338</table >
2439
25- - Let users know when there’s more content to see in an ` overflow ` container, in
26- case their device hides scrollbars.
27- - Uses
28- [ Intersection Observer] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver )
29- for great performance – no listening for ` scroll ` or ` resize ` events.
30- - Flexible: render any style of indicator you want (shadows, arrows, messages,
31- etc.) wherever you want, using any styling solution.
32-
3340## Quick Start
3441
3542Install:
You can’t perform that action at this time.
0 commit comments