Work in progress enumeration of changes to Svelvet 7 from previous versions
{width: number, height: number}
. Default is 200x100
zoom
as it features two way data binding and can be updated dynamically.
translation
prop, which takes the structure { x: number, y: number}
TD
or LR
, which would place input anchors on the top/bottom or left/right respectively. You can specify an arbitrary number of Anchors with the inputs
/outputs
props. For the greatest level of customization, we suggest creating custom Nodes.
bgColor
, dotColor
, gridSize
, etc.) and pass it via the background slot. If you’re just looking to more generally style everything at once, Svelvet now takes a theme
prop with a few default styles like light and dark. We’ll be adding more soon and allowing developers to pass their own global theme as well.