From 71b0ac534245d701a68158e30960f9096fd12296 Mon Sep 17 00:00:00 2001 From: emyarod Date: Tue, 25 Aug 2020 11:18:27 -0500 Subject: [PATCH] docs(Tooltip): update uncontrolled tooltip content --- .../react/src/components/Tooltip/Tooltip-story.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/react/src/components/Tooltip/Tooltip-story.js b/packages/react/src/components/Tooltip/Tooltip-story.js index 16c28510dc72..7dba94b14202 100644 --- a/packages/react/src/components/Tooltip/Tooltip-story.js +++ b/packages/react/src/components/Tooltip/Tooltip-story.js @@ -111,7 +111,17 @@ function UncontrolledTooltipExample() { triggerText={
My text wrapped with tooltip
} open={value} showIcon={false}> - Some text +

+ This is some tooltip text. This box shows the maximum amount of text + that should appear inside. If more room is needed please use a modal + instead. +

+
+ + Learn More + + +