0.1.0 • Published 4 years ago

patient-list-package v0.1.0

Weekly downloads
5
License
-
Repository
-
Last release
4 years ago

@nicheaim/patient-list

Patient List Component

NPM JavaScript Style Guide

Install

npm install @nicheaim/patient-list --registry https://npm.nicheaim.com:4873

Usage

import React from 'react'
import PatientList from '@nicheaim/patient-list'

const App = () => {
A  return <PatientList />
}

export default App