Skip to content

docs(message-scroller): clarify MessageAnimated is a demo wrapper#11078

Open
jasleenkaur-qed42 wants to merge 1 commit into
shadcn-ui:mainfrom
jasleenkaur-qed42:docs/message-scroller-animated-wrapper-11077
Open

docs(message-scroller): clarify MessageAnimated is a demo wrapper#11078
jasleenkaur-qed42 wants to merge 1 commit into
shadcn-ui:mainfrom
jasleenkaur-qed42:docs/message-scroller-animated-wrapper-11077

Conversation

@jasleenkaur-qed42

Copy link
Copy Markdown
Contributor

Summary

  • The "Animating New Messages" preview on the Message Scroller docs exposes source that imports MessageAnimated from @/components/message-animated, an internal demo helper that is not published to the registry — it cannot be installed via the CLI and has no docs page, so it read as a missing/broken component
  • Add a Callout to the radix and base Message Scroller pages clarifying that MessageAnimated is a demo wrapper, pointing readers to the documented motion.create(MessageScrollerItem) pattern to build their own animated row
    Fixes [bug]: Component Installation Issue and Missing Documentation #11077

Test plan

  • pnpm --filter=v4 dev
  • Open /docs/components/radix/message-scroller → "Animating New Messages" — the new Callout renders below the preview
  • Open /docs/components/base/message-scroller → "Animating New Messages" — same Callout renders
  • pnpm exec prettier --check "apps/v4/content/docs/components/**/message-scroller.mdx"

The Animating New Messages preview shows source that imports
 from , an internal demo
helper used only by the docs site. It is not a published registry
component, so it cannot be installed via the CLI and has no docs page,
which led users to believe it was a missing/broken component (shadcn-ui#11077).
Add a Callout to the radix and base Message Scroller pages explaining
that  is a demo wrapper and pointing readers to the
documented  pattern.
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

@jasleenkaur-qed42 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]: Component Installation Issue and Missing Documentation

1 participant