@isoftdata/svelte-context-menu
Advanced tools
@@ -14,2 +14,4 @@ <script lang="ts"> | ||
| icon, | ||
| class: classNames, | ||
| children, | ||
@@ -23,5 +25,5 @@ ...rest | ||
| <button | ||
| class="dropdown-item" | ||
| {...rest} | ||
| class={['dropdown-item', classNames]} | ||
| type="button" | ||
| {...rest} | ||
| >{#if icon}<span class="mr-1 me-1" | ||
@@ -28,0 +30,0 @@ ><Icon |
+1
-1
| { | ||
| "name": "@isoftdata/svelte-context-menu", | ||
| "version": "2.0.3", | ||
| "version": "2.0.4", | ||
| "exports": { | ||
@@ -5,0 +5,0 @@ ".": { |
+1
-1
| # Svelte ContextMenu | ||
|  | ||
| A Context/Dropdown menu component, filled with [DropdownItem](DropdownItem.md)s and [DropdownCheckboxItem](DropdownCheckboxItem.md)s | ||
@@ -4,0 +4,0 @@ |
9836
1.18%