Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerEditorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
Modal
Component defined in packages/modal/Modal.js#20 inherits from
Modal dialog component
Props
width | String | 'small', 'medium', 'large' and 'full' |
Example
var form = $$(Modal, {
width: 'medium',
textAlign: 'center'
});