Demo: use jte-models to export a component library #554
edward3h
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hi @edward3h, That seems to be a good way based on the current state of jte. In the future I'd like to add support in jte itself so component libraries in other modules can be called like local templates, e.g. with named parameters, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few people have asked about using a shared component library. This is my idea for how to make one work. https://github.com/edward3h/prototype-jte-models-components
It's a Gradle project with submodules:
Componentsinterface and implementations.There are things that could be improved, but I've tried to keep it short and simple so people can understand. If you have suggestions or questions, please comment on this thread or create a PR against that project.
Beta Was this translation helpful? Give feedback.
All reactions