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

Function getMinWidthClass

apps/start/src/components/widget-table.tsx:101–103  ·  view source on GitHub ↗

* Generates container query class based on custom min-width.

(minWidth: number)

Source from the content-addressed store, hash-verified

99 * Generates container query class based on custom min-width.
100 */
101function getMinWidthClass(minWidth: number): string {
102 return 'hidden';
103}
104
105export function WidgetTable<T>({
106 className,

Callers 1

WidgetTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected