Utils
billui/utilsFreeUtility
Utils component
Live preview
live · rendered by the registry
Rendered by billui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://billui.com/r/utils.jsonSource
1import { type ClassValue, clsx } from "clsx";2import { twMerge } from "tailwind-merge";34export function cn(...inputs: ClassValue[]) {5 return twMerge(clsx(inputs));6}
What it pulls in
npm packages
Files it writes
More from billui
All 13 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Billing Address Databilling-address-data | billui | Utilities | Free | no deps | |
| Use Controllable Stateuse-controllable-state | billui | Utilities | Free | no deps |
