utils
agentmesh/utilsFreeUtility
shadcn/ui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/utils.jsonSource
1import { clsx, type ClassValue } from "clsx"2import { twMerge } from "tailwind-merge"34export function cn(...inputs: ClassValue[]) {5 return twMerge(clsx(inputs))6}
What it pulls in
npm packages
