MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / cn

Function cn

apps/public/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
8export const formatEventsCount = (value: number) => {
9 if (value >= 1_000_000) {

Callers 15

SupporterPerksFunction · 0.90
InfiniteMovingCardsFunction · 0.90
TagFunction · 0.90
GetStartedButtonFunction · 0.90
TestimonialFunction · 0.90
PerksFunction · 0.90
SectionFunction · 0.90
SectionHeaderFunction · 0.90
SectionLabelFunction · 0.90
FeatureCardBackgroundFunction · 0.90
FeatureCardContainerFunction · 0.90
WindowImageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected