Custom Svelte Components
Svelvet
allows you to customize your nodes to have custom Svelte components as nodes!
To access this feature, simply change the data
object's key
to custom
and value
to the name of the imported Svelte component.
Implementing Custom Svelte Components
See the Code Sandbox below to see implementation!