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 d288745 commit b1b3641Copy full SHA for b1b3641
src/Icons/tests/Fixtures/templates/template1.html.twig
@@ -3,7 +3,7 @@
3
<li id="second">{{ ux_icon('user') }}</li>
4
<li id="third">{{ ux_icon('sub:check', {'data-action': 'string "with" quotes'}) }}</li>
5
<li id="fifth"><twig:UX:Icon name="user" class="h-8 w-8" /></li>
6
- <li id="sixth"><twig:UX:Icon name="sub:check" /></li>
7
- <li id="seventh"><twig:UX:Icon :name="'sub:'~'check'" /></li>
+ <li id="sixth"><twig:ux:icon name="sub:check" /></li>
+ <li id="seventh"><twig:Ux:Icon :name="'sub:'~'check'" /></li>
8
<li id="eighth">{{ ux_icon('iconamoon:3d-duotone') }}</li>
9
</ul>
0 commit comments