
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@braks/vue-flow
Advanced tools
[](https://vue-flow.vercel.app/)  [](https://david-dm.org
With Vue Flow you can build your own, customized node-based applications like static diagrams or even more complex and interactive editors!
You can find a detailed explanation on how to get started in the documentation or check the examples.
If you want to see how it's used with Nuxt3, check out the docs repo!
๐ถ Easy to use: Seamless zooming & panning behaviour and single and multi-selections of elements
๐จ Customizable: Different and edge types and support for custom nodes with multiple handles and custom edges
๐ Fast rendering: Only nodes that have changed are re-rendered and only those that are in the viewport are displayed (optionally)
๐งฒ Utils: Snap-to-grid and graph helper functions
๐ฆ Additional Components:
๐ผ Background
๐งญ Minimap
๐น Controls
๐ฆพ Fully written in TypeScript
$ npm i @braks/vue-flow
# or
$ yarn add @braks/vue-flow
<template>
<Flow :elements="elements"></Flow>
</template>
<script lang="ts" setup>
import { Flow, Elements } from '@braks/vue-flow'
const elements = ref<Elements>([
{
id: '1',
data: {
label: 'This is a <strong>default node</strong>',
},
position: { x: 100, y: 100 },
},
])
</script>
This library doesn't work with Vue2.
# start (dev)
$ yarn dev
# build dist
$ yarn build
Thanks to webkid for creating React Flow! Without their work this would've been impossible for me.
FAQs
[](https://vueflow.dev/)   ![GitHub code size in bytes](ht
The npm package @braks/vue-flow receives a total of 714 weekly downloads. As such, @braks/vue-flow popularity was classified as not popular.
We found that @braks/vue-flow 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.