Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ry061521 committed Aug 31, 2023
1 parent 1ac0d15 commit 6b6ca6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const views = () => (
<h2>Truncated ItemView</h2>
<ItemView trueColumn={false} displays={displays} isTruncated comment={comment(4)} startAccessory={accessoryStart(12)} endAccessory={accessoryEnd(20)} layout="twoColumns" textEmphasis="start" id="ItemView-by-row-two-truncate" />
<br />
<p> The next examples include when ItemView has `isTruncated` set to `false` while the ItemDisplays passed in to the ItemView have the `isTruncated` prop set to `true`.</p>
<h2>Left and Right Displays Truncated</h2>
<ItemView trueColumn={false} displays={partialTruncatedDisplays} comment={comment(6)} startAccessory={accessoryStart(14)} endAccessory={accessoryEnd(22)} layout="twoColumns" textEmphasis="start" id="ItemView-by-row-two-partial-truncate" />
<br />
Expand Down

0 comments on commit 6b6ca6e

Please sign in to comment.