2.2.0
Conditional values now also work for the style
attribute:
<button <?= attributes([
'role' => 'button',
'style' => [
'font-size: 2rem;' => ($size === 'large'),
],
]) ?>>
`
Conditional values now also work for the style
attribute:
<button <?= attributes([
'role' => 'button',
'style' => [
'font-size: 2rem;' => ($size === 'large'),
],
]) ?>>
`