Files
clay/src/templates/components/button.tpl
T
2016-03-06 12:31:25 +11:00

12 lines
298 B
Smarty
Executable File

<div class="component component-button">
<button
type="button"
data-manipulator-target
class="{{primary ? 'primary' : ''}}"
{{each key: attributes}}{{key}}="{{this}}"{{/each}}
></button>
{{if description}}
<div class="description">{{{description}}}</div>
{{/if}}
</div>