diff --git a/README.md b/README.md index ff7a9bc..de35304 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,8 @@ It is most effective if content is "paged" -- be-lazy really shouldn't hold a si be-lazy is currently being used by one virtual list - [xtal-vlist](https://github.com/bahrus/xtal-vlist). -## Support for doing transform during instantiation + -There are two additional properties that the user can specify in order to perform a [DTR-based](https://github.com/bahrus/trans-render) transformation when the template appears within the view pane. - -They are "transform" and "host". The host provider will need to [carefully](https://github.com/bahrus/be-decorated#approach-i--programmatically-but-carefully) pass itself to the proxy behind the decorator via oTemplate.beDecorated.lazy.host. Both properties must be set in order for the template to be dynamically populated during instantiation. - -Alternatively, the RenderContext can be passed via property ctx, so that the instantiated template can partake in reactive updates going forward. - - -[TODO] Support instantiating within shadow DOM ## Viewing this element locally diff --git a/demo/Example1.html b/demo/Example1.html index 7a84cbd..c56f2e6 100644 --- a/demo/Example1.html +++ b/demo/Example1.html @@ -22,7 +22,7 @@ { "imports": { "be-enhanced/": "/node_modules/be-enhanced/", - "be-hive/": "/be-hive/", + "be-hive/": "/node_modules/be-hive/", "be-intersectional/": "/node_modules/be-intersectional/", "mount-observer/": "/node_modules/mount-observer/", "trans-render/": "/node_modules/trans-render/"