Skip to content

Commit c830f04

Browse files
committed
use icons instead of unicode characters in the example component
1 parent 6a1b8d9 commit c830f04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/custom form component/sqlpage/templates/dual-list.handlebars

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
id="moveRight"
3131
title="Move to selected"
3232
style="width: 40px; height: 40px">
33-
33+
{{!-- icon_img is a helper that renders an icon image from tabler.io/icons --}}
34+
{{~icon_img 'arrow-narrow-right' 20~}}
3435
</button>
3536
{{!-- Left arrow button (←) to remove items from selected list --}}
3637
<button type="button" class="btn btn-outline-primary rounded-circle p-0 d-flex align-items-center justify-content-center"
3738
id="moveLeft"
3839
title="Remove from selected"
3940
style="width: 40px; height: 40px">
40-
41+
{{~icon_img 'arrow-narrow-left' 20~}}
4142
</button>
4243
</div>
4344

0 commit comments

Comments
 (0)