diff --git a/packages/web-twig/src/Resources/components/Tooltip/Tooltip.stories.twig b/packages/web-twig/src/Resources/components/Tooltip/Tooltip.stories.twig index b703a709ea..7962597faf 100644 --- a/packages/web-twig/src/Resources/components/Tooltip/Tooltip.stories.twig +++ b/packages/web-twig/src/Resources/components/Tooltip/Tooltip.stories.twig @@ -30,6 +30,10 @@ {% include '@components/Tooltip/stories/TooltipDismissibleViaJS.twig' %} + + {% include '@components/Tooltip/stories/TooltipIcon.twig' %} + + {% include '@components/Tooltip/stories/TooltipFloatingUI.twig' %} diff --git a/packages/web-twig/src/Resources/components/Tooltip/stories/TooltipIcon.twig b/packages/web-twig/src/Resources/components/Tooltip/stories/TooltipIcon.twig new file mode 100644 index 0000000000..88ba2c215e --- /dev/null +++ b/packages/web-twig/src/Resources/components/Tooltip/stories/TooltipIcon.twig @@ -0,0 +1,24 @@ + + Click on the icon on the right to view the tooltip + + + + Close me + + + \ No newline at end of file