Skip to content

Type Alias: WidgetSize

Makaio Framework


Makaio Framework / contracts/extension / WidgetSize

WidgetSize = "small" | "medium" | "large" | "full-width"

Defined in: ../../../packages/contracts/src/extension/contributions/widget-types.ts:12

Widget size variants.

Defines the visual footprint a widget can occupy in a layout.

  • 'small': Minimal space, suitable for status indicators
  • 'medium': Standard panel size, default for most widgets
  • 'large': Expanded view, for detailed information
  • 'full-width': Spans the full available width
  • WidgetSize
    • 'small' | 'medium' | 'large' | 'full-width'
      • 'small'
      • 'medium'
      • 'large'
      • 'full-width'

Resolved shape has 52 properties, above the 40 property limit.