Open In Chat Custom Trigger Demo
8starlabs-ui/open-in-chat-custom-trigger-demoFreeExample
An open in chat demo with a custom trigger.
Live preview
live · rendered by the registry
Rendered by 8starlabs-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.8starlabs.com/r/open-in-chat-custom-trigger-demo.jsonSource
1"use client";23import { MessageSquareText } from "lucide-react";45import OpenInChat from "@/registry/8starlabs-ui/blocks/open-in-chat";6import { Button } from "@/registry/8starlabs-ui/blocks/button";78export default function OpenInChatCustomTriggerDemo() {9 return (10 <OpenInChat11 prompt="Turn this implementation note into a concise review comment."12 trigger={13 <Button type="button" variant="secondary" className="gap-2">14 <MessageSquareText className="size-4" aria-hidden="true" />15 Ask AI16 </Button>17 }18 />19 );20}
Files it writes
More from 8starlabs-ui
All 74 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-countdown-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-showdays-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-size-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-variants-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-colors-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-display-demo | 8starlabs-ui | Examples | Free | no deps |
