You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
		
		
		
		
		
			
		
			
				
					
					
						
							7 lines
						
					
					
						
							372 B
						
					
					
				
			
		
		
	
	
							7 lines
						
					
					
						
							372 B
						
					
					
				<template> | 
						|
    <button | 
						|
        class="inline-flex items-center rounded-md border border-transparent bg-red-600 px-4 py-2 text-xs font-semibold uppercase tracking-widest text-white transition duration-150 ease-in-out hover:bg-red-500 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2 active:bg-red-700" | 
						|
    > | 
						|
        <slot /> | 
						|
    </button> | 
						|
</template>
 | 
						|
 |