You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ariaRole | Accessibility Role attribute to be passed to the button. | string | - | <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>button: {<br> ariaRole: "button"<br>}</code> |
43
-
| disabled | Button will be disabled | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
44
-
| expanded | Button will be expanded (full-width) | boolean | - | <codestyle='white-space: nowrap; padding: 0;'>false</code> |
45
-
| iconLeft | Icon name to show on the left | string | - ||
46
-
| iconPack | Icon pack to use | string |`mdi`, `fa`, `fas and any other custom icon pack`| <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>button: {<br> iconPack: undefined<br>}</code> |
47
-
| iconRight | Icon name to show on the right | string | - ||
| variant | Color variant of the control | string |`primary`, `info`, `success`, `warning`, `danger`, `and any other custom color`| <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>button: {<br> variant: undefined<br>}</code> |
40
+
| Prop name | Description | Type | Values | Default |
| variant | Color variant of the control | string |`primary`, `info`, `success`, `warning`, `danger`, `and any other custom color`| <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>button: {<br> variant: undefined<br>}</code> |
Copy file name to clipboardExpand all lines: packages/docs/components/Dropdown.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The component implements the W3C ARIA APG [Combobox Pattern](https://www.w3.org/
47
47
| ariaLabel | Accessibility aria-label to be passed to the trigger element - usefull if selectable | string | - | <codestyle='white-space: nowrap; padding: 0;'></code> |
48
48
| checkScroll | Makes the component check if menu reached scroll start or end and emit scroll events. | boolean | - | <div><small>From <b>config</b>:</small></div><codestyle='white-space: nowrap; padding: 0;'>dropdown: {<br> checkScroll: false<br>}</code> |
0 commit comments