mourningdove/views/components/icon-button-decorative.tt
2026-05-24 01:03:05 +00:00

21 lines
743 B
Text

[%# views/components/icon-button-decorative.tt
Button decorated with an icon
Authors:
Afuna <coder.dw@afunamatata.com>
Copyright (c) 2015 by Dreamwidth Studios, LLC.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself. For a copy of the license, please reference
'perldoc perlartistic' or 'perldoc perlgpl'.
%]
[%- dw.need_res( { group => "foundation" }
"stc/css/components/foundation-icons.css"
) -%]
<button type="[% IF button.type %][% button.type %][% ELSE %]button[% END %]" class="fi-icon--decorative [% button.class -%]" [% IF button.id -%]id="[%- button.id -%]"[%- END -%]>
<span class="fi-icon fi-[%- icon -%]" aria-hidden="true"></span> [% text %]
</button>