docs: add next step line for Adding slots to Rendering components

This commit is contained in:
antoliny0919 2025-07-06 19:03:26 +09:00
parent 59e5fb3b38
commit 8fe8b3b975

View file

@ -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, lets explore other ways to render components ➡️]
(./rendering_components.md)