Skip to content

Close Button

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

disabled

Attributedisabled
Typeboolean
Defaultfalse
Requiredfalse
DescriptionIf true, the close button will be disabled

inverse

Attributeinverse
Typeboolean
Defaultfalse
Requiredfalse
DescriptionIf true, the close button will have the inverse color theme

label

Attributelabel
Typestring
Default'Close'
Requiredfalse
DescriptionThe accessible label of the close button
NameDescriptionBubbles
certaraClickEvent emitted when the close button is clickedtrue