Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom renders per component / property type #235

Open
moshloop opened this issue Feb 6, 2023 · 0 comments · May be fixed by #241
Open

Custom renders per component / property type #235

moshloop opened this issue Feb 6, 2023 · 0 comments · May be fixed by #241
Milestone

Comments

@moshloop
Copy link
Member

moshloop commented Feb 6, 2023

i.e. Using a https://github.com/jvatic/goja-babel provide an option to specify a JSX renderer content at a SystemTemplate level.

e.g.

components: []
renderers: 
    components:
        - name: abc
          type: EKSCluster
          jsx: "..."

     properties:
       - name: cpu
          jsx: "..."

This would generate components with the name: `-{component|property}-{name|kind}-name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants