forked from MapComplete/MapComplete
Studio: first working version for basic layer properties
This commit is contained in:
parent
5a49677d5a
commit
f18a2b9184
41 changed files with 4446 additions and 852 deletions
10
UI/InputElement/Helpers/ImageHelper.svelte
Normal file
10
UI/InputElement/Helpers/ImageHelper.svelte
Normal file
|
@ -0,0 +1,10 @@
|
|||
<script lang="ts">
|
||||
import {UIEventSource} from "../../../Logic/UIEventSource";
|
||||
|
||||
/**
|
||||
* Simply shows the image
|
||||
*/
|
||||
export let value: UIEventSource<undefined | string>
|
||||
</script>
|
||||
|
||||
<img src={$value}/>
|
Loading…
Add table
Add a link
Reference in a new issue