File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
packages/svelteui-demos/src/demos/core/Textarea Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77  import { EnvelopeClosed } from 'radix-icons-svelte'; 
88<\/ script> 
99
10- <Textarea label="Message" placeholder="Dear John" icon ={EnvelopeClosed} /> 
10+ <Textarea label="Message" placeholder="Dear John" iconComponent ={EnvelopeClosed} /> 
1111` ;
1212
1313	export const :  CodeDemoType [' type' =  ' demo'  
2323script >
2424
2525<Center >
26- 	<Textarea  label ="Message"  placeholder ="Dear John"  icon ={EnvelopeClosed } />
26+ 	<Textarea  label ="Message"  placeholder ="Dear John"  iconComponent ={EnvelopeClosed } />
2727</Center >
Original file line number Diff line number Diff line change 88
99<Textarea label="Your story" placeholder="Once upon a time"> 
1010  	{#snippet rightSection()} 
11- 		 <Loader color="blue" size="xs" />
12- 	 {/snippet}
11+        <Loader color="blue" size="xs" />
12+      {/snippet}
1313</Textarea> 
1414` ;
1515
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments