mui-avd-embed
v0.0.37
Published
Notes: - Can only use `<Icon />` from BlueprintJS, className not supported due to reliance on icon fonts which is not supported by the webpack build process. - Dialogs and modals must reference the portal they're using from within an iframe context. Can u
Downloads
159
Readme
AV Diarization UI w/ Embed-ability
Notes:
- Can only use
<Icon />
from BlueprintJS, className not supported due to reliance on icon fonts which is not supported by the webpack build process. - Dialogs and modals must reference the portal they're using from within an iframe context. Can use
_unsafe.portalRef
- Had to fork react-resizable-rotatable-draggable to fix reference to global
document
object.