diff --git a/docs/getting_started/adding_slots.md b/docs/getting_started/adding_slots.md index aa5e7966..9081e5c1 100644 --- a/docs/getting_started/adding_slots.md +++ b/docs/getting_started/adding_slots.md @@ -289,3 +289,8 @@ each time: Moreover, slots are treated as part of the template - for example the CSS scoping (work in progress) is applied to the slot content too. + +--- + +So far we've rendered components using template tag. [Next, let’s explore other ways to render components ➡️] +(./rendering_components.md)