Merge branch 'Performing-task-Text-and-Image' of WrenchBoard/WrenchBoardMainSite into master
This commit is contained in:
@@ -5,7 +5,7 @@ import "../assets/css/skeleton-loader.css"
|
|||||||
* This component is typically used as a placeholder for an image while it is being loaded.
|
* This component is typically used as a placeholder for an image while it is being loaded.
|
||||||
* The CSS class "image-skeleton-loader or blog-text-skeleton-loader" can be used to style the placeholder element.
|
* The CSS class "image-skeleton-loader or blog-text-skeleton-loader" can be used to style the placeholder element.
|
||||||
*
|
*
|
||||||
* @returns {React.Element} The rendered `<div>` element with the class name "image-skeleton-loader or blog-text-skeleton-loader".
|
* @returns {React.Element} The rendered `<div>` element with the class name "image-skeleton-loader and blog-text-skeleton-loader".
|
||||||
*/
|
*/
|
||||||
export const ImageLoader = () => <div className="image-skeleton-loader" />;
|
export const ImageLoader = () => <div className="image-skeleton-loader" />;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user