# Svelte We don't provide Svelte support out of box, but you can use the vanilla version with it easily. ## Install the Dependencies ```bash # install with npm npm install @milkdown/kit npm install @milkdown/theme-nord ``` ## Creating a Component Creating a component is pretty easy. ```html
``` ## Online Demo ::iframe{src="https://stackblitz.com/github/Milkdown/examples/tree/main/svelte-commonmark"}