Is it possible to modify an existing gomponent? #191
-
Is it possible to modify an already created component (adding new childs, chaning atttributes, etc.)? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
markuswustenberg
Aug 7, 2024
Replies: 1 comment 3 replies
-
Hi @AxelRHD . Generally, the style of gomponents as seen in the examples is quite declarative, so you'd have to build your own components in a more imperative style if you need that. All you need to do is implement the I hope that answers your question? 😊 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could do something like: