mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(overflow-menu): support "sm", "xl" size variants
This commit is contained in:
parent
1300104661
commit
b4caea5f62
7 changed files with 108 additions and 57 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
@ -2888,6 +2888,11 @@ export class OrderedList extends CarbonSvelteComponent {
|
|||
|
||||
export class OverflowMenu extends CarbonSvelteComponent {
|
||||
$$prop_def: {
|
||||
/**
|
||||
* Specify the size of the overflow menu
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
|
||||
/**
|
||||
* Specify the direction of the overflow menu relative to the button
|
||||
* @default "bottom"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue