We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1b8d9 commit c830f04Copy full SHA for c830f04
examples/custom form component/sqlpage/templates/dual-list.handlebars
@@ -30,14 +30,15 @@
30
id="moveRight"
31
title="Move to selected"
32
style="width: 40px; height: 40px">
33
- →
+ {{!-- icon_img is a helper that renders an icon image from tabler.io/icons --}}
34
+ {{~icon_img 'arrow-narrow-right' 20~}}
35
</button>
36
{{!-- Left arrow button (←) to remove items from selected list --}}
37
<button type="button" class="btn btn-outline-primary rounded-circle p-0 d-flex align-items-center justify-content-center"
38
id="moveLeft"
39
title="Remove from selected"
40
- ←
41
+ {{~icon_img 'arrow-narrow-left' 20~}}
42
43
</div>
44
0 commit comments