diff --git a/docs/components.md b/docs/components.md index a9f8300..c72c8d0 100644 --- a/docs/components.md +++ b/docs/components.md @@ -42,3 +42,18 @@ borrowed heavily from Svelte for this. ``` +If the component defines something like this: + +``` + + + +``` + +Then the "import" node of the AST would be replaced by a function that +provides the requested content (from Item.component.xml) like a macro. When +the `` node is hit, it will be interpreted according to the imported +component macro. +