Replies: 1 comment
-
I believe to solve this well we need some of the idea in #325. You'll see in there that TabComponent is actually one of the examples we consider. I'm not sure what is going wrong with your creative solution. One thought would be that perhaps you need to to capture the block vs just yielding to it. There can be issues we double rendering of content but it might work. |
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
-
Hi, I am experimenting to build a simple Tab navigation component like the example in https://getbootstrap.com/docs/4.4/components/navs/#javascript-behavior.
What I currently have works, but I am wondering if there are nicer ways to do this:
Issues regarding this approach
Usage of tag helper inside component
I would like to get rid of the tag helpers inside the TabComponent model.
render
inside block doesn't workIf I try something like
the form is not rendered. I think this is related to the usage of
content_for
?Can anyone recommend a better way to achieve something like this?
I think this might be also related to #325.
Beta Was this translation helpful? Give feedback.
All reactions