View components support Template Inheritance ? #455
-
The gem is amazing, really guys, great job! But, there is something that views rails does very useful: Template Inheritance Is there way to implement this in view components? |
Beta Was this translation helpful? Give feedback.
Answered by
BlakeWilliams
Sep 3, 2020
Replies: 1 comment 8 replies
-
@DiegoOrejuela is #411 similar to what you're interested in doing? If so, perhaps we could discuss this there? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👋 I took a shot at implementing component template inheritance here, #462
I think that should handle the use-case you mentioned above, but would love to hear any thoughts on that if you've got any. :)