diff --git a/src/bundle/Resources/views/themes/standard/storybook/components/overflow_list.html.twig b/src/bundle/Resources/views/themes/standard/storybook/components/overflow_list.html.twig new file mode 100644 index 0000000..f9a5a6a --- /dev/null +++ b/src/bundle/Resources/views/themes/standard/storybook/components/overflow_list.html.twig @@ -0,0 +1,25 @@ +{% extends '@IbexaDesignSystemStorybook/themes/standard/storybook/base_preview.html.twig' %} + +{% block component %} + +
+ + +
{{ item.content }}
+
+ +
+{{ "{{ hidden_count }}" }}
+
+
+
+{% endblock component %}