Merged
Conversation
…us loading states
…lementations and utilizing dedicated example components
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…better visual consistency
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.
This pull request introduces comprehensive documentation and example usage for the
Skeletoncomponent, along with a refactor that adds support for both pulse and shimmer animation variants. It also registers theSkeletoncomponent in the documentation system and components index, making it fully discoverable and accessible within the UI library.🧩 Skeleton Component Enhancements
Skeletoncomponent inskeleton.tsxto support bothpulseandshimmeranimation variants.class-variance-authorityto enable flexible and scalable styling.(
src/components/ui/skeleton.tsx)📚 Documentation and Examples
Skeletoncomponent, including:(
src/components/docs/contents/skeleton/skeleton.tsx)(
src/components/docs/contents/skeleton/skeleton-examples.tsx)🗂️ Documentation System Integration
Skeletondocumentation in the component details registry, enabling proper lookup and rendering in the documentation site.(
src/lib/docs/component-details.tsx)Skeletoncomponent to the components index with relevant metadata, including tags, category, and dependencies, ensuring it appears correctly in the UI library navigation.(
src/lib/docs/components-index.ts)✅ Result
These changes make the
Skeletoncomponent more powerful, flexible, and easier to adopt, while significantly improving its discoverability and documentation quality within the UI library.