Replies: 1 comment 2 replies
-
You can simply use |
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
-
I have a component which loads and displays svg file as component, I can't find a decent way to do this, currently I'm coding like this:
so end user can choose file and a parent component like
<BaseLayer file="base" />
or<BaseLayer file="other" />
can render different svg image dynamically. But the implementation looks awkward. Would somebody suggest an elegant way to do it?Beta Was this translation helpful? Give feedback.
All reactions