Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 677 Bytes

CardToolsSupportTrait.md

File metadata and controls

15 lines (10 loc) · 677 Bytes

CardToolsSupportTrait

Since v0.4

Adds support tool buttons (standard and custom tools) for a card header.

Public properties, its types and default values

  • bool $collapse = true - show / hide collapse button inside card header
  • bool $hide = false - show / hide a collapsed card after initialization
  • bool $expand = false - show / hide maximize button inside card header
  • bool $close = false - show / hide close button inside card header
  • array $tools = [] - list of header tools (standard and custom labels, buttons, links)

Back to doc index or readme