Skip to content

Commit

Permalink
Document undocumented props within MetaSection README
Browse files Browse the repository at this point in the history
Add undocumented props `inlineLayout`, `noBackGround`, and `useAccordion` to the `<MetaSection>` README.
  • Loading branch information
ncovercash authored Jan 4, 2024
1 parent f45e806 commit ae4519b
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 ae4519b

Please sign in to comment.