mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 12:41:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			236 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			236 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div
 | |
|     class="
 | |
|       flex
 | |
|       items-center
 | |
|       justify-center
 | |
|       w-full
 | |
|       px-6
 | |
|       py-2
 | |
|       text-sm
 | |
|       bg-gray-200
 | |
|       cursor-pointer
 | |
|       text-primary-400
 | |
|     "
 | |
|   >
 | |
|     <slot />
 | |
|   </div>
 | |
| </template>
 |