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

Commit

Permalink
Slight rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
ry061521 committed Sep 25, 2023
1 parent 073b858 commit facd8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/terra-clinical-item-view/src/ItemView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const AccessoryAlignments = {
const propTypes = {
/**
* The column layout in which to present the displays. One of `oneColumn`, `twoColumn`.
* When using the `twoColumn` layout, the displays are split between the columns by placing every other display into the second column.
*/
layout: PropTypes.oneOf(['oneColumn', 'twoColumns']),
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Terra Clinical Item View allows you to create a view filled with information in
- For example - presenting related information across from each other in the two column view can make it more difficult for users to understand that the information is related.
Reading by column from top to bottom is the more common way information is consumed visually, so when presenting this information by row between the two columns it might be confusing for assistive technology users and users in general.
- When passing in Clinical Item Displays, keep in mind that only 8 can be used within a view at a time. Any additional displays passed in will be ignored.
- Displays are also split between two columns with every other display being moved to the right hand column.
- When using the two column layout, the displays are split between the columns with every other display being moved to the right hand column.

----

Expand Down

0 comments on commit facd8ef

Please sign in to comment.