--- description: >- A beautiful, centered, medium modal with all you need to structure its content. --- # ObjectModal #### Usage ```jsx import ObjectModal from "components/ObjectModal/ObjectModal.js"; ``` ```jsx My awesome title !} onClose={() => myComponent.closeSomething()} disabled footer={} > Some text ``` #### #### Props | **name** | **Description** | **Type** | **Default** | | ------------ | -------------------------------------------------------------- | --------- | ----------- | | **disabled** | Disable scrollbar X axis (need to rename for a better clarity) | Boolean | false | | **footer** | Define a footer component | ReactNode | null | | **onClose** | Add close icon in the component, waiting for a function | Function | null | | **title** | _Define a title component_ | ReactNode | null | #### #### Preview ![Modal example with task editor](../../../assets/screenshot-2020-07-15-at-17.00.48.png) ---