Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
PreviewFile.md 118 B

Preview file in browser if possible

const file = {
  name: 'cocojambo.pdf'
};

<PreviewFile file={file} />