cu-mkp / editioncrafter

Software for the development of EditionCrafter, digital critical edition publication tool
https://cu-mkp.github.io/editioncrafter/
MIT License
8 stars 3 forks source link

Reconfigure component props to be destructured #71

Closed ajolipa closed 8 months ago

ajolipa commented 8 months ago

In this PR

This PR updates how props are passed to the EditionCrafter react component, so that data is passed in as top-level props rather than bundled into one config object which is then passed as a single prop.