Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 866 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 866 Bytes

FMI Widgets

This package was created using create-react-app and it is used to render various types of FMI data.

How it works

This application is a bit different than most react applications. It isn't actually an application but rather a script that is run in conjunction with the static FMI web site. The impact of the script is to bring specific elements of the FMI site "to life" by mounting React components at key points in the DOM on some pages.

At the moment, the only React component mounted in the DOM is the SupportMatrix component which will be mounted on any <div> with the id attribute set to support.

Distribution

To install these scripts, first run yarn build to build the production scripts and place them in build. Then, copy the build/bundle.js into the static/js directory of the Jekyll site for fmi-standard.org.