🎨 add ButtonComponent
Co-authored-by: haraldnilsen <harald_998@hotmail.com> Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
		
							parent
							
								
									09e4ae70d9
								
							
						
					
					
						commit
						d0bfa5bb79
					
				
					 3 changed files with 22 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
<script>
 | 
			
		||||
    import UserFormInput from "../../components/userform/UserFormInput.svelte";
 | 
			
		||||
    import ArrowBack from "../../components/svg/ArrowBack.svelte";
 | 
			
		||||
	import ButtonComponent from "../../components/ButtonComponent.svelte";
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<div class="flex flex-col justify-center gap-20 h-full ">
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +23,7 @@
 | 
			
		|||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="flex justify-center items-center gap-8 text-primary font-bold">
 | 
			
		||||
        <button class="font-bold uppercase border-primary border-2 rounded-xl px-8 py-3 bg-primary text-bg text-xs"><a href="/form">Start undersøkelse</a></button>
 | 
			
		||||
        <ButtonComponent text="Start undersøkelse" url="/form" filled={true} />
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue