utils
shadcn-solidjs/utilsFreeUtility
shadcn-solidjs publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by shadcn-solidjs on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://shadcn-solidjs.com/r/utils.jsonSource
1import type { ClassValue } from "clsx";2import { clsx } from "clsx";3import { twMerge } from "tailwind-merge";45export function cn(...inputs: ClassValue[]) {6 return twMerge(clsx(inputs));7}
What it pulls in
npm packages
