MCPcopy Index your code
hub / github.com/Tailframes/react-components / clsxMerge

Function clsxMerge

utils.ts:5–5  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

3import { twMerge } from 'tailwind-merge';
4
5export const clsxMerge = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
6
7export const joinClassNames = (...classNames: string[]) => classNames.join(' ');
8

Callers 15

TagFunction · 0.90
LabelFunction · 0.90
SwitchFunction · 0.90
RootFunction · 0.90
TooltipFunction · 0.90
input.tsxFile · 0.90
checkbox.tsxFile · 0.90
SpinnerFunction · 0.90
AlertFunction · 0.90
RootFunction · 0.90
RateFunction · 0.90
button.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected