Skip to content

@sqlrooms/ui / ButtonProps

Interface: ButtonProps

Extends

  • ButtonHTMLAttributes<HTMLButtonElement>.VariantProps<typeof buttonVariants>

Properties

variant?

optional variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null

Inherited from

VariantProps.variant


size?

optional size?: "default" | "sm" | "lg" | "icon" | "xs" | null

Inherited from

VariantProps.size


asChild?

optional asChild?: boolean