mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-30 22:06:45 -04:00
12 lines
298 B
Smarty
Executable File
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>
|