Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 225 Bytes

File metadata and controls

10 lines (8 loc) · 225 Bytes
title
Contenteditable bindings

Elements with a contenteditable attribute support textContent and innerHTML bindings:

/// file: App.svelte
<div +++bind:innerHTML={html}+++ contenteditable></div>