docs(message-scroller): clarify MessageAnimated is a demo wrapper#11078
Open
jasleenkaur-qed42 wants to merge 1 commit into
Open
docs(message-scroller): clarify MessageAnimated is a demo wrapper#11078jasleenkaur-qed42 wants to merge 1 commit into
jasleenkaur-qed42 wants to merge 1 commit into
Conversation
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.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MessageAnimatedfrom@/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 componentCalloutto the radix and base Message Scroller pages clarifying thatMessageAnimatedis a demo wrapper, pointing readers to the documentedmotion.create(MessageScrollerItem)pattern to build their own animated rowFixes [bug]: Component Installation Issue and Missing Documentation #11077
Test plan
pnpm --filter=v4 dev/docs/components/radix/message-scroller→ "Animating New Messages" — the new Callout renders below the preview/docs/components/base/message-scroller→ "Animating New Messages" — same Callout renderspnpm exec prettier --check "apps/v4/content/docs/components/**/message-scroller.mdx"