Files
enekesabel 233b7532c2 feat(vue): add Storybook stories
Vue Storybook configuration and stories for visual component
parity testing: chat views, inputs, messages, suggestions,
toggle buttons, sidebar, popup, inspector, provider, and
A2UI activity rendering.
2026-05-13 15:50:13 -07:00
..
2026-05-13 15:50:13 -07:00
2026-05-13 15:50:13 -07:00
2026-05-13 15:50:13 -07:00
2026-05-13 15:50:13 -07:00
2026-05-13 15:50:13 -07:00

Vue Storybook

Storybook workspace for @copilotkit/vue with strict parity intent against the React storybook.

Parity policy

  • Canonical reference: examples/v2/react/storybook.
  • Mirror React story structure, naming, and scenario coverage.
  • Keep story intent aligned to support visual and behavioral side-by-side checks.
  • Keep story scaffolding close to React file/story ownership so changes are easy to diff across frameworks.
  • No Vue-only story tracks until React parity is complete.

Current status

  • Vue storybook is scaffolded and running.
  • Default Storybook starter examples were intentionally removed.
  • Copilot-focused stories are in stories/ and will be filled to full parity incrementally.

Run

pnpm -C examples/v2/vue/storybook dev

Build check

pnpm -C examples/v2/vue/storybook build