1.2.1 • Published 3 years ago

mpds-patient-card v1.2.1

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

React component for faster and simpler web development.

Installation

MpDS Patient Card is available as an npm package(npm i mpds-patient-card).

// with npm
npm i mpds-patient-card

Usage

Here is a quick example to get you started, it's all you need:

import * as React from "react";
import MpdsPatientCard from "mpds-patient-card"

function App() {
  return <MpdsPatientCard hasImage="false" idCardName="Francisco Medina"></MpdsPatientCard>
}

ReactDOM.render(<App />, document.querySelector('#app'));

License

No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."