+ { [ 'top-end', 'top', 'top-start', 'left', 'bottom', 'right' ].map( ( placement ) => (
+
+
+
+
+
+ ) ) }
+
+);
+
+DarkTooltipWithIcon.storyName = 'Tooltip with icon';
+
+DarkTooltipWithIcon.args = {
+ variant: 'dark',
+ title: 'Tooltip',
+ arrow: true,
+};
+
+export const DarkTooltipWithLabel = ( args ) => (
+
+ { [ 'top-end', 'top', 'top-start', 'left', 'bottom', 'right' ].map( ( placement ) => (
+
+
+
+
+
+ ) ) }
+
+);
+
+DarkTooltipWithLabel.storyName = 'Tooltip with label';
+
+DarkTooltipWithLabel.args = {
+ variant: 'dark',
+ title: 'Tooltip',
+ arrow: true,
+};