Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

ShadowSupportTrait.md

File metadata and controls

11 lines (6 loc) · 459 Bytes

ShadowSupportTrait

Since v0.5.1

Adds support a shadow for a card. You should call getShadowClass() in your overwritten getCardBodyClass() method if you use this trait.

Public properties, its types and default values

  • string $shadow = '' - type of card shadow ('shadow-none', 'shadow-sm', 'shadow', 'shadow-lg')

Back to doc index or readme