mirror of https://github.com/sveltejs/svelte
625 B
625 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}
></div>