Skip to content

Commit

Permalink
add install instructions for qwik
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 22, 2024
1 parent 5592fdd commit e9768a6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Before we dig in to the API, let's get you set up!

Install your table adapter as a dependency using your favorite npm package manager

## Qwik Table

```bash
npm install @tanstack/qwik-table
```

## React Table

```bash
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9768a6

Please sign in to comment.