Skip to content

Commit c007927

Browse files
committed
Update README
1 parent 4f53f86 commit c007927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
`<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.
44

5+
This component provides a React interface for interacting with our custom web component: [virtual-scroller](https://github.com/holmberd/virtual-scroller)
6+
57
## Install
68

79
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
9395
## Browser Support
9496
`<VirtualScroller>` supports `es2020` JavaScript features for desktop and
9597
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

Comments
 (0)