feat: integrate Geist font and enhance layout with utility classes
feat: update Home component with new UI elements and improved request handling chore: add components.json for component configuration feat: implement Badge component for status indication feat: create Button component for consistent styling feat: develop Card component structure for content display feat: add Input component for user input fields feat: implement Label component for form accessibility feat: create Select component for dropdown functionality feat: add Separator component for visual separation feat: implement Toaster component for notifications feat: create Tabs component for tabbed navigation feat: add Textarea component for multi-line input feat: add utility functions for class name management
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { clsx, type ClassValue } from "clsx"
|
||||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
||||
Reference in New Issue
Block a user