Skip to content

Commit

Permalink
fix: update overlay slot description
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRovell committed Jul 29, 2022
1 parent e948843 commit f68d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ Slot to display content overlaid content. It covers the slides area and can be c

```svelte
<Slidy>
<slot name="overlay">
<svelte:fragment slot="overlay">
<button> Share </button>
</slot>
</svelte:fragment>
</Slidy>
```

Expand Down

0 comments on commit f68d655

Please sign in to comment.