added search/filter and fixed horizontal fit for mobile.

This commit is contained in:
2026-01-31 15:32:06 -06:00
parent ce58ee8fc5
commit 2c83b91e66
12 changed files with 376 additions and 60 deletions
+1
View File
@@ -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) => {