@dingdayu/vue-copilotkit-ui
v0.1.0
Published
Prebuilt Vue CopilotKit UI components and textarea exports.
Maintainers
Readme
@dingdayu/vue-copilotkit-ui
Prebuilt Vue CopilotKit UI components and textarea exports.
Install
pnpm add @dingdayu/vue-copilotkit-uiExports
- Chat UI:
CopilotChat,CopilotPopup,CopilotSidebar - View primitives:
CopilotChatInput,CopilotChatView,CopilotChatMessageView,CopilotChatAssistantMessage,CopilotChatUserMessage - Suggestions hook:
useCopilotChatSuggestions - Textarea UI:
CopilotTextarea
Basic usage
import { CopilotPopup, CopilotTextarea } from '@dingdayu/vue-copilotkit-ui'
import '@dingdayu/vue-copilotkit-ui/style.css'Notes
- The former standalone
@dingdayu/vue-textareapackage now lives inside this package. - Use this package together with
@dingdayu/vue-copilotkit-corefor provider setup and runtime hooks.
