2.0.205 • Published 3 months ago
@ltht-react/care-plan-summary
Licence
MIT
Version
2.0.205
Deps
8
Size
23 kB
Vulns
0
Weekly
0
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 |