Skip to content

Loader

Show design guidelines

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

color1

Attributecolor-1
Typestring
Defaultundefined
Requiredfalse
DescriptionAccepts a CSS variable (e.g. var(--certara-red)) or a valid CSS color value (name, hex, rgb, rgba, hsl, etc.)

color2

Attributecolor-2
Typestring
Defaultundefined
Requiredfalse
DescriptionAccepts a CSS variable (e.g. var(--certara-yellow)) or a valid CSS color value (name, hex, rgb, rgba, hsl, etc.)

fullscreen

Attributefullscreen
Typeboolean
Defaultfalse
Requiredfalse
Description

size

Attributesize
Typestring
Defaultundefined
Requiredfalse
DescriptionUsed for variant="spinner" and accepts a value of 24px, 3rem, 128px, or any
other valid CSS size value. The default sizing is inherited from the parent
container

variant

Attributevariant
Type"circle" | "hexagon" | "spinner"
Default'circle'
Requiredfalse
Description

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

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