
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
draggable-panel
Advanced tools
Vue3 based drag panel component
https://cainier.github.io/draggable-panel
https://github.com/Cainier/draggable-panel/blob/main/src/App.vue
Ctrl can be replaced by Command
npm i draggable-panel
yarn add draggable-panel
[
...
{
id : 1, // ID (Number / String)
width : 300, // Default width (Number)
height: 200, // Default height (Number)
x : 20, // Default Y (Number)
y : 20 // Default X (Number)
},
...
]
{
"background": "#FFFFFF"
}
{
"background": "#1976D255"
}
@canvas-scale -> function(scale)
@canvas-drop -> function(event, position)
@chart-move -> function(chartItem)
@chart-scale -> function(chartItem)
chart
<template #chart="{ chart, index }">
<div>{{ chart }}</div>
</template>
chart-[id]
<template #chart-1="{ chart, index }">
<div>{{ chart }}</div>
</template>
<template #chart-2="{ chart, index }">
<div>{{ chart }}</div>
</template>
FAQs
Vue draggable panel
The npm package draggable-panel receives a total of 27 weekly downloads. As such, draggable-panel popularity was classified as not popular.
We found that draggable-panel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.