@ltht-react/care-plan-summary
v2.0.88
Published
ltht-react clinical CarePlanSummary component.
Downloads
1,357
Maintainers
Keywords
Readme
Care Plan Summary
Import
import CarePlanSummary from '@ltht-react/care-plan-summary'
Usage
<CarePlanSummary title="Care Plans" carePlans={carePlans} clickHandler={handleClick} />
Properties
| Prop | Required | Default | Type | Description |
| :------------- | :------- | :--------- | :--------- | :------------------------------------------------------------ |
| title
| No | Care Plans | string | Header text |
| carePlans
| Yes | | CarePlan[] | Array of care plans to display |
| clickHandler
| No | undefined | Function | Callback click handler containing the selected care plan item |