Skip to content

Commit

Permalink
Document undocumented props within MetaSection README (#2200)
Browse files Browse the repository at this point in the history
Add undocumented props `inlineLayout`, `noBackGround`, and `useAccordion` to the `<MetaSection>` README.

Co-authored-by: John Coburn <[email protected]>
  • Loading branch information
ncovercash and JohnC-80 authored Jan 4, 2024
1 parent 99cfe5b commit 988d17a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/MetaSection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ createdDate | string | Date/time a record was created. | |
headingLevel | number | Sets the heading level of the heading inside the accordion header. | 4 |
hideSource | boolean | Allows for the concealment of the createdBy and updatedBy information on the display
id | string | HTML id attribute assigned to accordion's root. | |
inlineLayout | boolean | If it should display inline (`display: flex`) | false |
lastUpdatedBy | string/object | Name/record of the last user who modified the record. | |
lastUpdatedDate | string | Latest date/time a record was modified. | |
noBackGround | boolean | If the background color should be disabled | false |
showUserLink | boolean | Should the user name link to the user record? Pass in permission | false |
useAccordion | boolean | If the component should render within an `<Accordion>` | true |

0 comments on commit 988d17a

Please sign in to comment.