You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): add CopyPrompt component for LLM-assisted setup
Adds a new CopyPrompt React component to the docs site that lets users
copy a tailored AI prompt to their clipboard with one click. Integrates
the component into every installation section across the getting-started
and framework guide pages (React, Web Components, JavaScript, Svelte, Vue).
The component shows a "Copy AI prompt" button with clipboard feedback and
a collapsible details element to preview the prompt text. On large screens
the button and details are horizontally aligned with the button on the right;
on small screens they stack with the button on top.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments