Utility Functions
lyminhnghia/utilsFreeUtility
lyminhnghia publishes no description for this item.
Install it
npx shadcn@latest add https://lyminhnghia.github.io/r/utils.jsonSource
1import type { ClassValue } from "clsx"2import { clsx } from "clsx"3import { twMerge } from "tailwind-merge"45export const cn = (...inputs: ClassValue[]) => {6 return twMerge(clsx(inputs))7}
What it pulls in
npm packages
Files it writes
More from lyminhnghia
All 26 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Haptic Feedbackhaptic | lyminhnghia | Utilities | Free | no deps |
