Open In Chat Positioning Demo
8starlabs-ui/open-in-chat-positioning-demoFreeExample
An open in chat demo showing dropdown-menu alignment and side positioning.
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-positioning-demo.jsonSource
1import OpenInChat from "@/registry/8starlabs-ui/blocks/open-in-chat";23export default function OpenInChatPositioningDemo() {4 return (5 <div className="flex min-h-52 w-full flex-wrap items-center justify-center gap-4">6 <OpenInChat7 prompt="Turn this changelog into release notes."8 triggerLabel="Bottom start"9 align="start"10 side="bottom"11 />12 <OpenInChat13 prompt="Summarize this design review for the product team."14 triggerLabel="Top end"15 align="end"16 side="top"17 />18 <OpenInChat19 prompt="List the follow-up questions for this implementation."20 triggerLabel="Right center"21 align="center"22 side="right"23 />24 </div>25 );26}
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 |
