BetaPublic beta — Read the release notes
Documentation

Skeleton

Loading placeholder with pulse animation.

Package
@solidiom/skeleton
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

Rootcomponent

                        Root(props: SkeletonRootProps): Element
                      

Props

class?
string
height?
string | number — Explicit height.
style?
string | CSSProperties
variant?
"text" | "circular" | "rectangular" — Shape variant. Defaults to "text".
width?
string | number — Explicit width.

View source

SkeletonRootPropsinterface

Props

class?
string
height?
string | number — Explicit height.
style?
string | CSSProperties
variant?
"text" | "circular" | "rectangular" — Shape variant. Defaults to "text".
width?
string | number — Explicit width.

View source