Possible to turn every element into an Element
component?
#336
Unanswered
cmaycumber
asked this question in
Q&A
Replies: 1 comment 10 replies
-
I am sorry, I cannot fully follow you. What do you mean by "making the whole component tree editable"? a) <Editor>
<Frame>
<div>These components?</div> {/* <----- */}
</Frame>
</Editor> Are those components just html tags like for example or b) <Editor>
<Frame data={theseComponents}> {/* <------ */}
</Frame>
</Editor> |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm curious if it's possible to go through the entire component tree and convert every component into an element type.
My goal is to make the whole component tree editable by default, any help with this would be great.
Beta Was this translation helpful? Give feedback.
All reactions