-
Alexandru Munteanu authored
fixed every component in the styleguide
27c56d44
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Download manuscript package as zip
const collection = {id: '', customId: ''};
const fragment = {id: ''};
<DownloadZipFiles
archiveName={`ID-${collection.customId}`}
collectionId={collection.id}
fragmentId={fragment.id}
isReviewer
token="abc-123"
>
<div>Download</div>
</DownloadZipFiles>