added search/filter and fixed horizontal fit for mobile.
This commit is contained in:
@@ -39,6 +39,7 @@ export interface ButtonProps extends VariantProps<typeof buttonVariants> {
|
||||
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link"
|
||||
type?: "button" | "submit" | "reset"
|
||||
disabled?: boolean
|
||||
title?: string
|
||||
}
|
||||
|
||||
const Button = (props: ButtonProps) => {
|
||||
|
||||
Reference in New Issue
Block a user