Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

features
Attachments
DICOM
External viewer
Multimedia
Forms
languages
HTML

Integrating external attachment preview tool

Example of integration Aidbox Forms Renderer with React.js

Demo

Example

import React from 'react';

const AidboxFormRenderer = ({ id }) => {
  return (
    <aidbox-form-renderer
      style={{ width: '100%', border: 'none', alignSelf: 'stretch', display: 'flex' }}
      questionnaire-id={id}
    ></aidbox-form-renderer>
  );
};

export default AidboxFormRenderer;

Available attributes

Please refer to Aidbox Forms documentation for more information about available attributes.