forked from MapComplete/MapComplete
		
	
		
			
	
	
		
			13 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			254 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
|  | <script lang="ts"> | ||
|  |   /** | ||
|  |    * Simple wrapper around the HTML-color field. | ||
|  |    */ | ||
|  |   import { UIEventSource } from "../../../Logic/UIEventSource"; | ||
|  | 
 | ||
|  |   export let value: UIEventSource<undefined | string>; | ||
|  | 
 | ||
|  | </script> | ||
|  | 
 | ||
|  | 
 | ||
|  | <input bind:value={$value} type="color"> |