Skip to content

Commit 6790ffb

Browse files
author
Guillaume Chau
committed
docs: update toc and components presentation
1 parent bdad833 commit 6790ffb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Blazing fast scrolling of any amount of data ([demo](https://akryum.github.io/vu
1515

1616
- [Installation](#installation)
1717
- [Usage](#usage)
18-
- [Example](#example)
18+
- [RecycleScroller](#recyclescroller)
19+
- [DynamicScroller](#dynamicscroller)
20+
- [DynamicScrollerItem](#dynamicscrolleritem)
21+
- [IdState](#idstate)
1922

2023
# Installation
2124

@@ -82,6 +85,8 @@ There are several components provided by `vue-virtual-scroller`:
8285

8386
[DynamicScrollerItem](#dynamicscrolleritem) must wrap each item in a DynamicScroller to handle size computations.
8487

88+
[IdState](#idstate) is a mixin that ease the local state management in reused components inside a RecycleScroller.
89+
8590
## RecycleScroller
8691

8792
It's a virtual scroller which only renders the visible items and reuse all the components and DOM trees as the user scrolls.

0 commit comments

Comments
 (0)