MCPcopy
hub / github.com/QuantumNous/new-api / sideDrawerFormClassName

Function sideDrawerFormClassName

web/default/src/components/drawer-layout.ts:34–38  ·  view source on GitHub ↗
(className?: string)

Source from the content-addressed store, hash-verified

32 )
33
34export const sideDrawerFormClassName = (className?: string) =>
35 cn(
36 'flex min-h-0 flex-1 flex-col gap-6 overflow-y-auto overscroll-contain px-4 py-4 sm:px-6 sm:py-5',
37 className
38 )
39
40export const sideDrawerFooterClassName = (className?: string) =>
41 cn(

Callers 13

ConfigDrawerFunction · 0.90
UsersMutateDrawerFunction · 0.90
ChannelMutateDrawerFunction · 0.90
FailureDetailsSheetFunction · 0.90
RedemptionsMutateDrawerFunction · 0.90
GroupPricingGuideFunction · 0.90
PricingToolbarFunction · 0.90
ModelMutateDrawerFunction · 0.90
PrefillGroupFormDrawerFunction · 0.90
CreateDeploymentDrawerFunction · 0.90
UserSubscriptionsDialogFunction · 0.90

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected