Reuse components

Is there a way to reuse/copy components from one widget to another while preserving the images?
For example, when I copy a component with weather icons from Widget A and put it into Widget B, the icons don’t show up, so I have to reassign them.
Maybe there is a method to export components so they can be reused while keeping images?

1 Like

Yes you need to use a Komponent:

  • Add a Komponent module to your widget
  • Make all your stuff inside the Komponent (icons, globals etc and other things)
  • Export the Komponent from the Komponent root
  • Import on the other widget
1 Like

This topic was automatically closed 25 days after the last reply. New replies are no longer allowed.