Skip to content

Wasleny/skeleton-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Components

  • SkeletonContent
  • SkeletonContentArticle
  • SkeletonContentArticleWithSubtitle
  • SkeletonContentComment
  • SkeletonContentFeed
  • SkeletonContentWithImage
  • SkeletonContentWithPerfil

Online Examples

Click here!

Components and Props

Component Props Possible Values
SkeletonContent children, quantityTextItems quantityTextItems={int}
SkeletonContentArticle quantityTextItems, justify quantityTextItems={int}, justify={left, center, right}
SkeletonContentArticleWithSubtitle quantityTextItems, justify quantityTextItems={int}, justify={left, center, right}
SkeletonContentComment justify justify={left, right}
SkeletonContentFeed - -
SkeletonContentWithImage quantityImageItems, quantityTextItems, justify quantityImageItems={int}, quantityTextItems={int}, justify={left, center, right}
SkeletonContentWithPerfil quantityTextItems, justify quantityTextItems={int}, justify={left, center, right}

Component-styled: SkeletonItem

Props

  • width
  • height
  • margin
  • borderRadius
  • otherStyles

Example

  • With children:
<SkeletonContent>
  <SkeletonItem
    height="50px"
    width="50px"
    borderRadius="100%"
    otherStyles="display:inline-block"
  />
</SkeletonContent>