Skip to content

Commit

Permalink
Update list_group_example.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl authored Aug 30, 2022
1 parent 2199968 commit bf6537d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src-docs/src/views/list_group/list_group_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,15 @@ export const ListGroupExample = {
text: (
<>
<p>
Similarly, <EuiCode>toolTipText</EuiCode> can be used to provide
tooltip text. By default, the tooltip will have the text same as{' '}
<EuiCode>label</EuiCode> text.
Optional props <EuiCode>showToolTip</EuiCode> and{' '}
<EuiCode>wrapLines</EuiCode> can be used to augment the display of
list items. Use these when lists are inside small containers where
it is likely that the content will be truncated.
</p>
<p>
In addtion to that, optional prop <EuiCode>toolTipText</EuiCode> can
be also used to provide tooltip text. By default, the tooltip will
have the text same as <EuiCode>label</EuiCode> text.
Similarly, <EuiCode>toolTipText</EuiCode> can be used to provide
tooltip text. By default, the tooltip will have the text same as the{' '}
<EuiCode>label</EuiCode>.
</p>
</>
),
Expand Down

0 comments on commit bf6537d

Please sign in to comment.