mirror of https://github.com/sveltejs/svelte
621 B
621 B
title |
---|
Contenteditable bindings |
Elements with the contenteditable
attribute support the following bindings:
There are slight differences between each of these, read more about them here.
<div contenteditable="true" bind:innerHTML={html} />