Sign In

@isoftdata/svelte-context-menu

Package Overview
Dependencies
Maintainers
11
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/svelte-context-menu - npm Package Compare versions

Comparing version
2.0.3
to
2.0.4
+4
-2
dist/DropdownItem.svelte

@@ -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

{
"name": "@isoftdata/svelte-context-menu",
"version": "2.0.3",
"version": "2.0.4",
"exports": {

@@ -5,0 +5,0 @@ ".": {

# Svelte ContextMenu
![Screenshot of the attachment component](conMen.png?raw=true "Screenshot")
A Context/Dropdown menu component, filled with [DropdownItem](DropdownItem.md)s and [DropdownCheckboxItem](DropdownCheckboxItem.md)s

@@ -4,0 +4,0 @@