Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Skeleton component documentation (#862)
This pull request adds documentation for the Skeleton component in the library. The new file, `skeleton.md`, provides an overview of the Skeleton component, which serves as a loading placeholder for content that is not yet available. The documentation includes: 1. A brief description of the Skeleton component and its purpose. 2. A demo showcasing different uses of the Skeleton component, including: - Skeleton placeholders for buttons of different sizes - Skeleton placeholders for text elements with loading states 3. Usage tips for implementing Skeleton with text elements. 4. Information on using the `loading` prop to control the visibility of the skeleton or its children. This addition will help users understand and implement the Skeleton component in their Reflex applications, improving the user experience during content loading.
- Loading branch information