Skip to content

Commit

Permalink
docs: add documentation links to Lit Virtual (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoshms authored Jul 3, 2024
1 parent 36faca8 commit 9f89211
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,19 @@
"label": "Scroll Padding"
}
]
},
{
"label": "lit",
"children": [
{
"to": "framework/lit/examples/fixed",
"label": "Fixed"
},
{
"to": "framework/lit/examples/dynamic",
"label": "Dynamic"
}
]
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ $ npm install @tanstack/svelte-virtual
$ npm install @tanstack/vue-virtual
```

## Lit Virtual

```bash
$ npm install @tanstack/lit-virtual
```

## Virtual Core (no framework)

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introduction
---

TanStack Virtual is a headless UI utility for virtualizing long lists of elements in JS/TS, React, Vue, Svelte and Solid. It is not a component therefore does not ship with or render any markup or styles for you. While this requires a bit of markup and styles from you, you will retain 100% control over your styles, design and implementation.
TanStack Virtual is a headless UI utility for virtualizing long lists of elements in JS/TS, React, Vue, Svelte, Solid and Lit. It is not a component therefore does not ship with or render any markup or styles for you. While this requires a bit of markup and styles from you, you will retain 100% control over your styles, design and implementation.

## The Virtualizer

Expand Down

0 comments on commit 9f89211

Please sign in to comment.