Loading...
Loading...
Loading...
Core utilities like Tailwind class merging (cn), formatDate, and formatPrice.
Install
npx bouncekit@latest add utilsImport
import { Utils } from "@/lib/utils.ts"import { cn, formatDate, formatPrice } from "@/lib/utils"
// cn() — Tailwind class merging (clsx + tailwind-merge)
// formatDate() — Locale-aware date formatting
// formatPrice() — Currency formatting with symbolsAPI Reference
Extends native HTML attributes — no custom props.
Source
src/lib/utils.ts