@rockx/bedrock-chat-widget
v0.1.2
Published
```tsx // src/components/BedrockChatWidgetClient.tsx "use client";
Readme
usage
// src/components/BedrockChatWidgetClient.tsx
"use client";
import { BedrockChatWidget } from "@rockx/bedrock-chat-widget";
import "@rockx/bedrock-chat-widget/styles.css";
export function BedrockChatWidgetClient() {
return (
<BedrockChatWidget
apiBaseUrl="https://agent-api.rockx.com"
position="bottom-right"
/>
);
}npm publish workflow
- npm version patch
- npm run build
- npm publish --access public
