Show design guidelines
Framework HTML React Angular
Brand Secondary Danger Success Inverse
Brand
Neutral
Danger
Success
Inverse
(Note: Works on solid, outline, and link buttons)
Framework HTML React Angular
(Note: Works on solid, outline, and link buttons)
Framework HTML React Angular
<certara-button> can also render as a hyperlink by giving it an href and make use of all the pre-built advantages like copying URLs, opening in new tabs, etc. Or, just maintain the appearance of a hyperlink. As always, use the right semantics for the situation when choosing between buttons and links .
Framework HTML React Angular
Link
Brand
Danger
Success
Inverse
Brand
Secondary
Danger
Success
Inverse
Link Brand Danger Success Inverse
Framework HTML React Angular
Framework HTML React Angular
Framework HTML React Angular
Button
Button
Button
Button
block
Attribute blockType booleanDefault falseRequired falseDescription When true, button spans full width
color
Attribute colorType "brand" | "danger" | "inverse" | "neutral" | "secondary" | "success"Default 'brand'Required falseDescription Color options for buttons
configAria
Attribute config-ariaType anyDefault {}Required falseDescription ARIA overrides merged onto the inner element; reflected and mutable
disabled
Attribute disabledType booleanDefault falseRequired falseDescription Disables the control
href
Attribute hrefType stringDefault undefinedRequired falseDescription When set, renders as anchor with this href instead of button
innerClassName
Attribute inner-class-nameType stringDefault undefinedRequired falseDescription CSS classes applied to the inner button or anchor
leftIcon
Attribute left-iconType stringDefault undefinedRequired falseDescription Icon name to appear on the left
popoverTarget
Attribute popover-targetType stringDefault undefinedRequired falseDescription ID of popover element to control (Popover API)
popoverTargetAction
Attribute popover-target-actionType "hide" | "show" | "toggle"Default undefinedRequired falseDescription Popover action
rightIcon
Attribute right-iconType stringDefault undefinedRequired falseDescription Icon name to appear on the right
selected
Attribute selectedType booleanDefault falseRequired falseDescription When true, button is selected
showLoader
Attribute show-loaderType booleanDefault falseRequired falseDescription When true, shows spinner and disables interaction
size
Attribute sizeType "lg" | "md" | "sm"Default 'md'Required falseDescription Visual size of button
target
Attribute targetType "_blank" | "_parent" | "_self" | "_top" | "_unfencedTop"Default undefinedRequired falseDescription Link target when href is set
type
Attribute typeType "button" | "reset" | "submit"Default 'button'Required falseDescription Native button type
variant
Attribute variantType "default" | "icon" | "icon-rounded" | "link" | "outline" | "reset"Default 'default'Required falseDescription Visual style options for buttons
Name Description Bubbles certaraBlurEmitted when the inner element loses focus truecertaraClickEmitted on click when not disabled and not loading; detail includes element (host) truecertaraFocusEmitted when the inner element receives focus true