Open In Chat Custom Providers Demo
8starlabs-ui/open-in-chat-custom-providers-demoFreeExample
An open in chat demo with selected provider links.
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-providers-demo.jsonSource
1import OpenInChat, {2 OpenInChatGPT,3 OpenInClaude,4 OpenInPerplexity5} from "@/registry/8starlabs-ui/blocks/open-in-chat";67export default function OpenInChatCustomProvidersDemo() {8 return (9 <OpenInChat prompt="Review this implementation for correctness and edge cases.">10 <OpenInChatGPT />11 <OpenInClaude prompt="Review this with extra attention to UX tradeoffs." />12 <OpenInPerplexity />13 </OpenInChat>14 );15}
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 |
