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