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
11 changes: 10 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lit: @tanstack/lit-hotkeys
preact: @tanstack/preact-hotkeys
react: @tanstack/react-hotkeys
solid: @tanstack/solid-hotkeys
svelte: @tanstack/svelte-hotkeys
vue: @tanstack/vue-hotkeys

<!-- ::end:tabs -->
Expand Down Expand Up @@ -47,6 +48,14 @@ Start with the [API reference](./framework/solid/reference/index) and [guides](.

<!-- ::start:framework -->

# Svelte

Start with the [Quick Start](./framework/svelte/quick-start) guide and the Svelte-specific [guides](./framework/svelte/guides/hotkeys).

<!-- ::end:framework -->

<!-- ::start:framework -->

# Angular

Start with the [Quick Start](./framework/angular/quick-start) guide and the Angular-specific [guides](./framework/angular/guides/hotkeys).
Expand Down Expand Up @@ -117,4 +126,4 @@ See the [devtools](./devtools) documentation for setup details.

See the [devtools](./devtools) documentation for setup details.

<!-- ::end:framework -->
<!-- ::end:framework -->
Loading