@ltht-react/document-summary
v2.0.88
Published
ltht-react clinical DocumentSummary component.
Downloads
1,347
Maintainers
Keywords
Readme
DocumentSummary
Import
import DocumentSummary from '@ltht-react/document-summary'
Usage
<DocumentSummary documents={documentReferences} />
Properties
| Prop | Required | Default | Type | Description |
| :------------- | :------- | :------ | :---------------------------------------- | :----------------------------------------------------- |
| documents
| No | | DocumentReference[] | An array of document references |
| clickHandler
| No | | clickHandler(document: DocumentReference) | A click handler that will return the selected document |