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
|
@ -3014,6 +3014,7 @@ import { OverflowMenu } from "carbon-components-svelte";
|
|||
|
||||
| Prop name | Type | Default value | Description |
|
||||
| :--------------- | :------------------------------------------------------------------ | :--------------------------------- | :----------------------------------------------------------------- |
|
||||
| size | <code>"sm" | "xl"</code> | -- | Specify the size of the overflow menu. |
|
||||
| direction | <code>"top" | "bottom"</code> | `"bottom"` | Specify the direction of the overflow menu relative to the button. |
|
||||
| open | <code>boolean</code> | `false` | Set to `true` to open the menu. |
|
||||
| light | <code>boolean</code> | `false` | Set to `true` to enable the light variant. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue