Skip to content

feat(VSkeletonLoader): add chip-group type#22743

Open
mixelburg wants to merge 1 commit intovuetifyjs:masterfrom
mixelburg:feat/skeleton-loader-chip-group
Open

feat(VSkeletonLoader): add chip-group type#22743
mixelburg wants to merge 1 commit intovuetifyjs:masterfrom
mixelburg:feat/skeleton-loader-chip-group

Conversation

@mixelburg
Copy link
Copy Markdown
Contributor

Closes #20695

Adds a chip-group type to VSkeletonLoader that renders 4 chip-shaped skeleton bones in a row, mimicking the appearance of a v-chip-group.

Before: Users had to compose their own chip skeletons using type="chip@4" manually.

After: <v-skeleton-loader type="chip-group" /> provides a convenient shorthand.

The new type follows the same pattern as existing composed types like paragraph (text@3) and sentences (text@2).

@J-Sek
Copy link
Copy Markdown
Contributor

J-Sek commented Mar 24, 2026

I don't see how it addresses the claim from issue author

It is complicated to make a good looking skeleton loader for a chip group

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.

[Feature Request] Skeleton loader for chip group

2 participants