Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerEditorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
Layout
Component defined in packages/layout/Layout.js#22 inherits from
Layout component for simple layout tasks, without having to write CSS
Props
width | String | 'small', 'medium', 'large' and 'full' |
Example
var form = $$(Layout, {
width: 'large',
textAlign: 'center'
});