We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b474d58 commit cb61e1aCopy full SHA for cb61e1a
README.md
@@ -29,7 +29,9 @@ npx run haxe test.hxml
29
30
31
### Usage
32
+Read the [NoFlo Documentation](https://noflojs.org/documentation/components/) on how components are loaded.
33
34
+To convert an Haxe function into a ZenFlo component:
35
```hx
36
import zenflo.lib.loader.ManifestLoader;
37
import zenflo.lib.Macros.asComponent;
@@ -57,5 +59,5 @@ loader.load('math.random').handle(cb -> {
57
59
});
58
60
```
61
-See the [spec](src/zenflo/spec) for more usage examples
62
+See the [Component Spec](src/zenflo/spec/lib/Component.hx) for more examples of how components send data to eachother.
63
0 commit comments