Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ Install your table adapter as a dependency using your favorite npm package manag
## React Table

```bash
$ npm install @tanstack/react-table
npm install @tanstack/react-table
```

## Solid Table

```bash
$ npm install @tanstack/solid-table
npm install @tanstack/solid-table
```

## Svelte Table

```bash
$ npm install @tanstack/svelte-table
npm install @tanstack/svelte-table
```

## Vue Table

```bash
$ npm install @tanstack/vue-table
npm install @tanstack/vue-table
```

## Table Core (no framework)

```bash
$ npm install @tanstack/table-core
npm install @tanstack/table-core
```