nyuchimzizi
Mzizi — an open-architecture project of the Bundu Foundation, operated and developed by Nyuchi. Built on the Five African Minerals palette.
Built by Nyuchi Africav4.0.39
Utility functions including the cn classname helper.
View the full component source code below.
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
npx shadcn@latest add https://mzizi.dev/api/v1/ui/utilsFetch this component's metadata and source code from the registry API.
/api/v1/ui/utilslib/utils.ts