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
Click here for a sandbox, or try it yourself below!