You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
`<VirtualScroller>` is a high performant React component that provides a way to render a large number of elements in a scrollable list without negatively affecting overall UI performance. It achives this by only rendering the elements that are currently visible in its "viewport" and virtualizes elements not currently visible.
4
4
5
+
This component provides a React interface for interacting with our custom web component: [virtual-scroller](https://github.com/holmberd/virtual-scroller)
6
+
5
7
## Install
6
8
7
9
The `<VirtualScroller>` web component can be installed from [NPM](https://npmjs.org):
@@ -93,4 +95,4 @@ Scrolls to the specified item index when called. (The item aligns to the beginni
93
95
## Browser Support
94
96
`<VirtualScroller>` supports `es2020` JavaScript features for desktop and
95
97
mobile browsers and builds upon standard web platform APIs so that the performance,
96
-
capabilities and compatibility of the library get better as the web evolves.
98
+
capabilities and compatibility of the library get better as the web evolves.
0 commit comments