Skip to content

zhoulytwinyu/fhir-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development

  1. run npm link in this folder to create the npm package locally
  2. in the folder where you are using the package (some other project) run npm link fhir-react
  3. in that other project import this package as you would normally with import FhirReact from 'fhir-react'
  4. Finally, in this fhir-react folder run the watch command via npm start and start developing.

Build

npm run build

Usage

Resources

  • this.props.thorough = if this is set to true, or if it is absent, all array items and supported attributes will be displayed. Otherwise if this is false then only the first or otherwise important items will be displayed

About

FHIR React Component Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors