MCPcopy
hub / github.com/kubewall/kubewall / cn

Function cn

client/src/lib/utils.ts:4–6  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from "tailwind-merge";
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs));
6}
7
8/*
9 This function merges multiple refs into a single ref callback.

Callers 15

KubeWallFunction · 0.90
DefaultHeaderFunction · 0.90
DataTableFacetedFilterFunction · 0.90
DebouncedInputFunction · 0.90
CreateTableFunction · 0.90
ConfigNameInputFunction · 0.90
ComboboxDemoFunction · 0.90
NodePodsList.tsxFile · 0.90
PodLogsFunction · 0.90
CotainerSelectorFunction · 0.90
index.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected