{
"$schema": "https://shadcn-vue.com/schema/registry-item.json",
"name": "button",
"title": "Performing Button",
"description": "Shadcn button with Inertia link and confirmation support.",
"dependencies": [
"@inertiajs/vue3",
"class-variance-authority",
"reka-ui"
],
"files": [
{
"path": "registry/js/components/ui/button/Button.vue",
"content": "\n\n\n \n \n \n\n \n \n \n\n",
"type": "registry:ui",
"target": "resources/js/components/ui/button/Button.vue"
},
{
"path": "registry/js/components/ui/button/index.ts",
"content": "import type { VariantProps } from 'class-variance-authority';\nimport { cva } from 'class-variance-authority';\n\nexport { default as Button } from './Button.vue';\n\nexport const buttonVariants = cva(\n \"inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4\",\n {\n variants: {\n variant: {\n default:\n 'border bg-primary text-primary-foreground shadow-xs hover:bg-primary/90',\n destructive:\n 'border bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40',\n outline:\n 'border bg-background shadow-xs hover:bg-primary/10 dark:border-input dark:bg-input/30 dark:hover:bg-input/50',\n secondary:\n 'border bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80',\n ghost: 'hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50',\n link: 'text-primary underline-offset-4 hover:underline',\n },\n size: {\n default: 'h-9 px-4 py-2 has-[>svg]:px-3',\n sm: 'h-8 gap-1.5 rounded-md px-3 has-[>svg]:px-2.5',\n lg: 'h-10 rounded-md px-6 has-[>svg]:px-4',\n icon: 'size-9',\n 'icon-sm': 'size-8',\n 'icon-lg': 'size-10',\n },\n },\n defaultVariants: {\n variant: 'default',\n size: 'default',\n },\n },\n);\nexport type ButtonVariants = VariantProps;\n",
"type": "registry:ui",
"target": "resources/js/components/ui/button/index.ts"
}
],
"type": "registry:ui"
}