Replies: 1 comment 2 replies
-
This would work. Keep in mind that whatever markup you add to a template can only appear either before or after the template. Currently there isn't a way to inject new markup into the middle of an existing template, but there is some ongoing work to enable that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add help-text slot to radio button component using @fast-element.
However, I would like to leverage radio.template.ts and avoid creating a totally new template that simply adds another named slot .
Is there a way to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions