Skip to content

Commit 6914c82

Browse files
committed
IBX-7880: Badge
1 parent 9af8c38 commit 6914c82

File tree

1 file changed

+7
-0
lines changed
  • src/bundle/Resources/views/themes/standard/storybook/components

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends '@IbexaDesignSystemStorybook/themes/standard/storybook/base_preview.html.twig' %}
2+
3+
{% block component %}
4+
<twig:ibexa:Badge {{ ...args }}>
5+
{{ content|raw }}
6+
</twig:ibexa:Badge>
7+
{% endblock component %}

0 commit comments

Comments
 (0)