Fabian Michael Fabian Michael

Template Attributes

Vue.js/Laravel-Blade-like attribute API for snippets and templates.

Manual

Download and extract the folder to site/plugins/template-attributes

Composer

Git Submodule

<button <?= attributes([
    'type' => $type ?? 'button',
    'class' => [
        'btn',
        'btn--large' => $size === 'large'
    ],
 ])->merge($attr ?? []) ?>>
Version
2.3.1
License
MIT
Stars
23
Supports
K4 K3
Implements
More