Recursive component #751
chosten
started this conversation in
4. General
Replies: 3 comments 5 replies
-
Alpine doesn't support it. You need to find a third party library and instantiate it in an x-init directive |
Beta Was this translation helpful? Give feedback.
0 replies
-
see this |
Beta Was this translation helpful? Give feedback.
5 replies
-
For anyone else having issues with this. I made a Codepen showing how I was able to do it. |
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
-
Hello,
I can't seem to find a way to create recursive components. Is it possible with alpine ?
Something like a tree component for example. I can render one level no problem but I'm stuck trying to render the nodes recursively.
Beta Was this translation helpful? Give feedback.
All reactions