React components based on Joy UI for rendering follow the money stuff.
There have been efforts by the aleph team to maintain a react-ftm
library which eventually got inlined into the main codebase, so this one here is based on the idea of that but not intended to be a replacement. It will not become a real npm "library", just a git repo where common code is collected.
Projects using these components should simply use this repo as a git submodule
Within your project, add the submodule, as a convention to the path lib/ftm
:
git submodule add https://github.com/investigativedata/ftm-joy-ui.git lib/ftm
Updating from remote:
git submodule update --remote lib/ftm
Media Tech Lab Bayern batch #3