Merge pull request #2570 from netaisllc/patch-2

For want of a word... A PR of exactly three characters, one being a space.
pull/2577/head
Rich Harris 5 years ago committed by GitHub
commit 2c349d449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,6 +42,6 @@ You can rename the variable, if you want — let's call it `active` in the paren
</Hoverable>
```
You can have as many of these components you like, and the slotted props will remain local to the component where they're declared.
You can have as many of these components as you like, and the slotted props will remain local to the component where they're declared.
> Named slots can also have props; use the `let` directive on an element with a `slot="..."` attribute, instead of on the component itself.
> Named slots can also have props; use the `let` directive on an element with a `slot="..."` attribute, instead of on the component itself.

Loading…
Cancel
Save