@ltht-react/involved-team-summary
v2.0.88
Published
ltht-react clinical InvolvedTeamSummary component.
Downloads
1,346
Maintainers
Keywords
Readme
Involved Team Summary
Import
import InvolvedTeamSummary from '@ltht-react/involved-team-summary'
Usage
<InvolvedTeamSummary title="Involved Teams" episodeOfCares={episodeOfCares} clickHandler={handleClick} />
Properties
| Prop | Required | Default | Type | Description |
| :--------------- | :------- | :------------- | :--------------- | :------------------------------------------------------------------ |
| title
| No | Involved Teams | string | Header text |
| episodeOfCares
| Yes | | EpisodeOfCares[] | Array of episode of care to display |
| clickHandler
| No | undefined | Function | Callback click handler containing the selected episode of care item |