Show design guidelines
Framework HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Add
Edit
Copy
Delete
Import
Export
Framework HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Framework HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
<certara-dropdown> can be nested within itself using the nested attribute.
Framework HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Nested Item
Nested Item
Attribute button-colorType "brand" | "danger" | "inverse" | "neutral" | "secondary" | "success"Default 'secondary'Required falseDescription Supports any color available in <certara-button>
Attribute button-labelType stringDefault undefinedRequired falseDescription
Attribute button-sizeType "lg" | "md" | "sm"Default 'md'Required falseDescription Supports any size available in <certara-button>
Attribute button-tabindexType numberDefault undefinedRequired falseDescription Set custom tabindex for the dropdown opener button
Attribute button-variantType "default" | "icon" | "link" | "outline" | "reset"Default 'default'Required falseDescription Supports any variant available in <certara-button>
disabled
Attribute disabledType booleanDefault falseRequired falseDescription Will disable the dropdown opener button
Attribute menu-offsetType numberDefault 4Required falseDescription Separation from the opener to the menu (depends on orientation)
nested
Attribute nestedType booleanDefault falseRequired falseDescription Specify that a nested dropdown can act as a submenu item of a containing dropdown
placement
Attribute placementType "bottom-end" | "bottom-start" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"Default 'bottom-start'Required falseDescription These options will suggest a starting point for the menu position, but <certara-dropdown> will automatically position itself within the viewport to avoid appearing offscreen
position
Attribute positionType "absolute" | "fixed"Default 'absolute'Required falseDescription This can be set to fixed if the dropdown menu is clipped by a bounding parent element
showOpenerCaret
Attribute show-opener-caretType booleanDefault trueRequired falseDescription If set to false, the dropdown opener will not show a caret icon
Name Description Bubbles certaraDropdownClosetruecertaraDropdownOpentrue
Name Description Main slot is reserved for <certara-dropdown-*> elements, but it does accept all children button-labelCan be used for custom label content, including icons
Framework HTML React Angular
active
Attribute activeType booleanDefault falseRequired falseDescription Whether the dropdown item is in an active state
description
Attribute descriptionType stringDefault undefinedRequired falseDescription Additional descriptive text that shows below the label
Attribute hide-menu-on-clickType booleanDefault trueRequired falseDescription The default behavior of the dropdown menu will close when this item is clicked
href
Attribute hrefType stringDefault undefinedRequired falseDescription certara-dropdown-item renders as a <button> element by default, unless given an href
target
Attribute targetType "_blank" | "_parent" | "_self" | "_top" | "_unfencedTop"Default undefinedRequired falseDescription Target to be used in tandem with href if necessary
Name Description Bubbles certaraClickStandard event emitted when the dropdown item is clicked truecertaraDropdownItemClickInternal event emitted when the dropdown item is clicked, used by certara-dropdown true
Name Description Default dropdown-item content descriptionSlot for descriptive text right-contentRight-aligned content area for buttons and additional actions
The <certara-dropdown-checkbox> uses all props from <certara-checkbox> with the exception of layout
checked
Attribute checkedType booleanDefault falseRequired falseDescription
description
Attribute descriptionType stringDefault undefinedRequired falseDescription Additional descriptive text that shows below the label
disabled
Attribute disabledType booleanDefault falseRequired falseDescription
indeterminate
Attribute indeterminateType booleanDefault falseRequired falseDescription
name
Attribute nameType stringDefault this.inputIdRequired falseDescription
size
Attribute sizeType "md" | "sm"Default 'md'Required falseDescription
value
Attribute valueType anyDefault 'on'Required falseDescription
Name Description Bubbles certaraBlurtruecertaraChangetruecertaraFocustrue
Name Description Default dropdown-item-checkbox content descriptionSlot for descriptive text