docs(SkeletonText): add component documentation - #2833
Open
Lisa18289 wants to merge 3 commits into
Open
Conversation
SkeletonText had no page in the Styleguide although it is exported publicly and used in several docs examples. - new page with index/overview/develop/guidelines and examples - own wireframe plus registry entry, otherwise the card falls back to the placeholder wireframe - Skeleton vs. SkeletonText comparison on both guideline pages - link SkeletonText from the Skeleton and List pages, where it was only mentioned as inline code - drop the text-like bars from the Skeleton wireframe so it no longer reads as text Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Lisa18289
requested review from
Jan-Eimertenbrink,
ins0,
maaaathis and
mfal
as code owners
August 12, 2026 06:16
Contributor
Coverage Report for ./packages/components/
File CoverageNo changed files found. |
Contributor
🚀 Preview DeploymentPreview environments are ready:
Images:
|
Text placeholders are SkeletonText's job, which the comparison right below now says explicitly. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Both sections described when and where to use a SkeletonText. Keep one Verwendung section under Grundlagen and drop the separate Anwendung page. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Lisa18289
enabled auto-merge (squash)
August 18, 2026 07:20
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.
SkeletonText had no page in the Styleguide although it is exported publicly and already used in several docs examples (List loading view, Boundaries).
What's in here
04-components/content/skeleton-textwithindex,overview,develop,guidelinesand three examples (default, width, heading).Skeleton vs. SkeletonTextcomparison on both guideline pages.Verification
Checked all three tabs on
pnpm nx dev docs: they render without console errors, the properties table resolves, and every example shows a preview. Prettier and eslint are clean.🤖 Generated with Claude Code