mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			107 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			107 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<template>
 | 
						|
  <div class="grid gap-4 mt-5 md:grid-cols-2 lg:grid-cols-3">
 | 
						|
    <slot />
 | 
						|
  </div>
 | 
						|
</template>
 |