Skip to content

Commit

Permalink
Update packages/module/patternfly-docs/content/extensions/component-g…
Browse files Browse the repository at this point in the history
…roups/examples/LongTextTooltip/LongTextTooltip.md

Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
  • Loading branch information
dlabaj and edonehoo authored Oct 3, 2023
1 parent 66cae4f commit 3f7b423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The **long-text tooltip** component enables you to display long text to users vi

To show users the full value of truncated content, a basic long-text tooltip should contain appropriate and informative `content` and specify the `maxLength` of the UI text (after which, truncation will occur).

Additionally you can pass in a `tooltipPosition` to control the position of the tooltip, and `tooltipMaxWidth` to control the tool tip width.
Additionally you can pass in a `tooltipPosition` to control the position of the tooltip, and `tooltipMaxWidth` to control the tooltip width.

```js file="./LongTextTooltipExample.tsx"

Expand Down

0 comments on commit 3f7b423

Please sign in to comment.