mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-20 07:24:33 -04:00
[PR #128] [MERGED] docs: add more chatui examples #147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/chat-ui/pull/128
Author: @thucpn
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @marcusschiesser
Base:
main← Head:tp/add-more-chatui-examples📝 Commits (10+)
9478d49link to custom canvasf78b692add custom page89c9cdeupdate example and artifact card4b041cdCreate gentle-comics-ring.mde94c22aupdate example codefffed17add edge example92b6409init rsc structurec61a5aarename page to rsc22e1b43add rsc page727da68fix message display📊 Changes
17 files changed (+1070 additions, -39 deletions)
View changed files
➕
.changeset/gentle-comics-ring.md(+7 -0)➕
apps/web/app/demo/canvas/custom/page.tsx(+305 -0)📝
apps/web/app/demo/canvas/page.tsx(+23 -11)📝
docs/chat-ui/artifacts.mdx(+153 -0)📝
examples/nextjs/.eslintrc.js(+2 -0)📝
examples/nextjs/README.md(+51 -7)➕
examples/nextjs/app/api/chat/edge/route.ts(+98 -0)📝
examples/nextjs/app/page.tsx(+7 -2)➕
examples/nextjs/app/rsc/action.tsx(+194 -0)➕
examples/nextjs/app/rsc/ai.ts(+19 -0)➕
examples/nextjs/app/rsc/layout.tsx(+25 -0)➕
examples/nextjs/app/rsc/page.tsx(+81 -0)➕
examples/nextjs/app/rsc/use-chat-rsc.tsx(+61 -0)📝
packages/chat-ui/src/chat/canvas/artifact-card.tsx(+14 -6)📝
packages/chat-ui/src/chat/canvas/artifacts.ts(+26 -13)📝
packages/chat-ui/src/index.tsx(+2 -0)📝
packages/chat-ui/src/widgets/index.tsx(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.