Add extra story

This commit is contained in:
Stefan Ålund
2020-04-13 17:13:18 +02:00
parent 6a1ca051aa
commit 71a30200dc
@@ -32,3 +32,11 @@ export const WithTooltip = () => (
tooltipText="Custom tooltip shown on button click"
/>
);
export const LongerTooltipDelay = () => (
<CopyTextButton
text="The text to copy to clipboard"
tooltipText="Waiting 3s before removing tooltip"
tooltipDelay={3000}
/>
);