mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* feat: enhance github stars button to be better looking and more compact to make mobile compatibility easier in the future * feat: introduce a new Button component
		
			
				
	
	
		
			21 lines
		
	
	
		
			428 B
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			428 B
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "$schema": "https://ui.shadcn.com/schema.json",
 | 
						|
  "style": "default",
 | 
						|
  "rsc": true,
 | 
						|
  "tsx": true,
 | 
						|
  "tailwind": {
 | 
						|
    "config": "tailwind.config.ts",
 | 
						|
    "css": "@/styles/globals.css",
 | 
						|
    "baseColor": "slate",
 | 
						|
    "cssVariables": true,
 | 
						|
    "prefix": ""
 | 
						|
  },
 | 
						|
  "aliases": {
 | 
						|
    "components": "@/components",
 | 
						|
    "utils": "@/lib/utils"
 | 
						|
  },
 | 
						|
  "registries": {
 | 
						|
    "@animate-ui": "https://animate-ui.com/r/{name}.json"
 | 
						|
  }
 | 
						|
}
 |