fit-plan-view
v0.3.9
Published
React reusable component for patients plans
Downloads
22
Readme
React Reusable Patient Plan View Component
Props
It accepts four props:
plan type('ccm' or 'rpm') eg: type='ccm'
patientInfoDetail={object}
plan={object}
isDarkMode (optional) => true/false; by default false
Usage
import PlanView from 'fit-plan-view';
<PlanView type='ccm' patientInfoDetail={} plan={}/>
License
MIT © Fitpeo