mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05: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>
 |