Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 471f08a

Browse files
committed
Move demos
1 parent 103a3d8 commit 471f08a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

‎README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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>
@@ -22,14 +37,6 @@
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

3542
Install:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /