Skeleton
RC 0.5Kb
js
import 'pyro/skeleton'
Usage
html
<pyro-skeleton></pyro-skeleton>
Variations
Props
ts
interface SkeletonProps {
/** Makes it a circle */
circle?: boolean;
}
Slots
No slots.
CSS prop theming
The
Full theming sheet
js
/**
* @prop {--pyro-skeleton-color = --pyro-border-color} - `background`
* @prop {--pyro-skeleton-border-radius = --pyro-border-radius} - `border-radius`
*/