Show design guidelines
HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Add
Edit
Copy
Delete
Import
Export
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
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.
HTML React Angular
Dropdown Item
Dropdown Item
Dropdown Item
Dropdown Item
Nested Item
Nested Item
| |
|---|
| Attribute | button-color |
| Type | "brand" | "danger" | "inverse" | "neutral" | "secondary" | "success" |
| Default | 'secondary' |
| Required | false |
| Description | Supports any color available in <certara-button> |
| |
|---|
| Attribute | button-label |
| Type | string |
| Default | undefined |
| Required | false |
| Description | |
| |
|---|
| Attribute | button-size |
| Type | "lg" | "md" | "sm" |
| Default | 'md' |
| Required | false |
| Description | Supports any size available in <certara-button> |
| |
|---|
| Attribute | button-tabindex |
| Type | number |
| Default | undefined |
| Required | false |
| Description | Set custom tabindex for the dropdown opener button |
| |
|---|
| Attribute | button-variant |
| Type | "default" | "icon" | "link" | "outline" | "reset" |
| Default | 'default' |
| Required | false |
| Description | Supports any variant available in <certara-button> |
disabled
| |
|---|
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Required | false |
| Description | Will disable the dropdown opener button |
| |
|---|
| Attribute | menu-offset |
| Type | number |
| Default | 4 |
| Required | false |
| Description | Separation from the opener to the menu (depends on orientation) |
nested
| |
|---|
| Attribute | nested |
| Type | boolean |
| Default | false |
| Required | false |
| Description | Specify that a nested dropdown can act as a submenu item of a containing dropdown |
placement
| |
|---|
| Attribute | placement |
| Type | "bottom-end" | "bottom-start" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" |
| Default | 'bottom-start' |
| Required | false |
| Description | 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 | position |
| Type | "absolute" | "fixed" |
| Default | 'absolute' |
| Required | false |
| Description | This can be set to fixed if the dropdown menu is clipped by a bounding parent element |
showOpenerCaret
| |
|---|
| Attribute | show-opener-caret |
| Type | boolean |
| Default | true |
| Required | false |
| Description | If set to false, the dropdown opener will not show a caret icon |
| Name | Description | Bubbles |
|---|
certaraDropdownClose | | true |
certaraDropdownOpen | | true |
| Name | Description |
|---|
| Main slot is reserved for <certara-dropdown-*> elements, but it does accept all children |
button-label | Can be used for custom label content, including icons |
HTML React Angular
active
| |
|---|
| Attribute | active |
| Type | boolean |
| Default | false |
| Required | false |
| Description | Whether the dropdown item is in an active state |
description
| |
|---|
| Attribute | description |
| Type | string |
| Default | undefined |
| Required | false |
| Description | Additional descriptive text that shows below the label |
| |
|---|
| Attribute | hide-menu-on-click |
| Type | boolean |
| Default | true |
| Required | false |
| Description | The default behavior of the dropdown menu will close when this item is clicked |
href
| |
|---|
| Attribute | href |
| Type | string |
| Default | undefined |
| Required | false |
| Description | certara-dropdown-item renders as a <button> element by default, unless given an href |
target
| |
|---|
| Attribute | target |
| Type | "_blank" | "_parent" | "_self" | "_top" | "_unfencedTop" |
| Default | undefined |
| Required | false |
| Description | Target to be used in tandem with href if necessary |
| Name | Description | Bubbles |
|---|
certaraClick | Standard event emitted when the dropdown item is clicked | true |
certaraDropdownItemClick | Internal event emitted when the dropdown item is clicked, used by certara-dropdown | true |
| Name | Description |
|---|
| Default dropdown-item content |
description | Slot for descriptive text |
right-content | Right-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 | checked |
| Type | boolean |
| Default | false |
| Required | false |
| Description | |
description
| |
|---|
| Attribute | description |
| Type | string |
| Default | undefined |
| Required | false |
| Description | Additional descriptive text that shows below the label |
disabled
| |
|---|
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Required | false |
| Description | |
indeterminate
| |
|---|
| Attribute | indeterminate |
| Type | boolean |
| Default | false |
| Required | false |
| Description | |
name
| |
|---|
| Attribute | name |
| Type | string |
| Default | this.inputId |
| Required | false |
| Description | |
size
| |
|---|
| Attribute | size |
| Type | "md" | "sm" |
| Default | 'md' |
| Required | false |
| Description | |
value
| |
|---|
| Attribute | value |
| Type | any |
| Default | 'on' |
| Required | false |
| Description | |
| Name | Description | Bubbles |
|---|
certaraBlur | | true |
certaraChange | | true |
certaraFocus | | true |
| Name | Description |
|---|
| Default dropdown-item-checkbox content |
description | Slot for descriptive text |