open-vault/ui/lib/core/addon/components/chevron.hbs

5 lines
146 B
Handlebars

<Icon
@name={{this.glyph}}
class="{{this.class}} {{if (and @isButton (eq this.direction 'right')) 'hs-icon-button-right'}}"
...attributes
/>