UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

5 lines (4 loc) 126 B
import { twMerge } from "tailwind-merge"; export function mergeClasses(args) { return twMerge(...args.filter(Boolean)); }