MCPcopy
hub / github.com/refinedev/refine / clsx

Function clsx

documentation/src/theme/BlogPostItem/index.js:78–86  ·  view source on GitHub ↗
(
                "mb-4",
                "text-gray-700 dark:text-refine-react-3",
                "text-xl",
                "font-lg",
                "font-bold",
              )

Source from the content-addressed store, hash-verified

76 >
77 <div
78 className={clsx(
79 "mb-4",
80 "text-gray-700 dark:text-refine-react-3",
81 "text-xl",
82 "font-lg",
83 "font-bold",
84 )}
85 >
86 {title}
87 </div>
88 </Link>
89 <div

Callers 15

ProjectIdFixBannerFunction · 0.50
InvalidateButtonFunction · 0.50
ComingSoonTextFunction · 0.50
InitialLayoutFunction · 0.50
InputFunction · 0.50
PackagesFunction · 0.50
TraceListFunction · 0.50
PackageItemFunction · 0.50
ProjectIdFixModalFunction · 0.50
JsonViewerFunction · 0.50
RaffleHandlerFunction · 0.50
MonitorTableFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected