Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions packages/ai-solid/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/ai.png?framework=solid&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/ai.png?framework=solid"
/>
<img
src="https://tanstack.com/api/readme/ai.png?framework=solid"
alt="TanStack Solid AI"
width="900"
/>
</picture>
</div>
# @tanstack/ai-react

React hooks for building AI chat interfaces with TanStack AI.
Expand Down
17 changes: 17 additions & 0 deletions packages/ai-svelte/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/ai.png?framework=svelte&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/ai.png?framework=svelte"
/>
<img
src="https://tanstack.com/api/readme/ai.png?framework=svelte"
alt="TanStack Svelte AI"
width="900"
/>
</picture>
</div>
# @tanstack/ai-svelte

Svelte bindings for TanStack AI.
Expand Down
Loading