Skip to content

Commit

Permalink
chore(demo): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Nov 12, 2022
1 parent 755ac0d commit e43ec8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/svelte3/src/BindThis.story.svelte
Expand Up @@ -3,7 +3,6 @@
let disabled = false;
let button = undefined;
let checkbox = undefined;
</script>

<Hst.Story title="BindThisVsControls">
Expand All @@ -13,7 +12,6 @@

<section>
button={button}
checkbox={checkbox}
</section>

<label>
Expand All @@ -24,11 +22,6 @@
Disabled
</label>

<Hst.Checkbox
bind:this={checkbox}
title="Checkbox"
/>

<svelte:fragment slot="controls">
<Hst.Checkbox
bind:value={disabled}
Expand Down

0 comments on commit e43ec8e

Please sign in to comment.