Skip to content

ctomasz/fhir-react

 
 

Repository files navigation

CircleCI

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

Publish to NPM Registry

npm publish

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

Stroybook

Run storybook local server with:

npm run storybook

Now you can check how a component graphically presents information based on raw data.

About

FHIR React Component Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • HTML 0.3%