pycodestyle
pycodestyle copied to clipboard
π A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
For [onNodeClick we have call backs fired](https://github.com/open-source-labs/Svelvet/blob/58ddc74c0e0f1b688cb5e1a64d7f2e547adedbde/NPM%20Package/svelvet/stores/store.js#L324-L330) but nodes created with `nodeCreate` [donβt receive a default clickCallBack](https://github.com/open-source-labs/Svelvet/blob/58ddc74c0e0f1b688cb5e1a64d7f2e547adedbde/NPM%20Package/svelvet/stores/store.js#L220-L234). Would be great if we could pass a default clickCallBack so that all...
First of all this is an excellent library, thank you all for your work I would like to propose a new feature, a toolbar palette component that could be instantiated...
On firefox we are seeing an issue when the graph is first displayed, edges do not render. Subsequently when a user clicks on the graph an error is thrown ```...
Hello. I am new to Svelvet and was exploring some features. On [this page](https://www.svelvet.io/docs/importDiagrams/) in documentation I am importing the below JSON. `{"nodes":[{"id":"1","width":175,"height":40,"position":{"x":50,"y":50},"data":{"label":"Input Node"},"bgColor":"white","borderColor":"black","textColor":"","borderRadius":0,"image":false,"src":"","childNodes":[],"customClassName":""},{"id":"2","width":175,"height":40,"position":{"x":-193,"y":-72},"data":{"label":"Input Node"},"bgColor":"white","borderColor":"black","textColor":"","borderRadius":0,"image":false,"src":"","childNodes":[],"customClassName":""}],"edges":[{"id":"8g9wy","label":"","type":"bezier","labelBgColor":"black","labelTextColor":"black","edgeColor":"black","animate":false,"noHandle":true,"arrow":false,"source":"1","target":"2"}]}` Once imported I want to...
hello, im working on new landing page, i want to showcase different Svelvet components to set some examples but it dosent work as intended. is this even possible? additionally, the...
### Problem I have a flow chart where each node has two inputs, and two outputs. When I want to programmatically connect a source node to a target node I...
## π Linked issue ## Description I made an attempt to add what I believe to be a crucial feature: labeling *Handles* with a `dataType` attribute to automatically disable linking...
## Description I just added an event to the theme toggle that fires whenever someone changes the theme. I was trying to make Svelvet work with Tailwind and this seemed...
Hello everyone, I've just started working with Svelvet / Svelte, and I have a few small questions that I don't quite understand. I would really appreciate any help you can...
## π Linked issue None ## Description Edge needs Anchor parent to work. I just copypasted example code into the editor and it didn't work. Patched a silly mistake in...