MCPcopy
hub / github.com/maurodesouza/profile-readme-generator / cn

Function cn

src/utils/tailwind/index.tsx:14–16  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

12});
13
14export function cn(...inputs: ClassValue[]) {
15 return customTwMerge(clsx(inputs));
16}
17
18export const twx = createTwc({ compose: cn });
19

Callers 15

dialog.tsxFile · 0.90
DialogHeaderFunction · 0.90
DialogFooterFunction · 0.90
DragFunction · 0.90
PanelContainerFunction · 0.90
PanelWrapperFunction · 0.90
PanelContentFunction · 0.90
PanelToggleFunction · 0.90
CommandRootFunction · 0.90
CommandDialogFunction · 0.90
CommandInputFunction · 0.90
CommandListFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected