UNPKG

nextuiq

Version:

NextUIQ is a modern, lightweight, and developer-friendly UI component library for React and Next.js. Built with TypeScript and Tailwind CSS, it offers customizable, accessible, and performance-optimized components with built-in dark mode, theme customizat

2 lines (1 loc) 273 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("clsx"),t=require("tailwind-merge");exports.cn=(...r)=>t.twMerge(e.clsx(r)),exports.getRelativeTime=e=>{const t=new Date;return t.setMinutes(t.getMinutes()-e),t.toISOString()};