Skip to content

Skeleton loader

Show design guidelines

Generic placeholder blocks for loading states. Each variant maps to a fixed layout (circle, card, chart, divider, headline, line, square, or toolbar). Use the height prop, or the variant’s height CSS custom property, when you need a non-default size.

HTML React Angular
<certara-skeleton-loader variant="circle"></certara-skeleton-loader>
import { CertaraSkeletonLoader } from '@certara/certara-ui-react';
<CertaraSkeletonLoader variant="circle" />
// In your module (e.g., app.module.ts)
import { CertaraUiAngularModule } from '@certara/certara-ui-angular';
@NgModule({
imports: [CertaraUiAngularModule]
})
// In your template:
<certara-skeleton-loader variant="circle"></certara-skeleton-loader>

height

Attributeheight
Typestring
Defaultundefined
Requiredfalse
DescriptionHeight can accept any valid CSS value

variant

Attributevariant
Type"card" | "chart" | "circle" | "divider" | "headline" | "line" | "square" | "toolbar"
Defaultundefined
Requiredfalse
DescriptionChoose among the set of skeleton shapes available as variants

There are no events available for this component

There are no public methods available for this component

There are no slots available for this component