> For the complete documentation index, see [llms.txt](https://doc.twake.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.twake.app/internal-documentation/frontend-components/objectmodal/objectmodaltitle.md).

# ObjectModalTitle

#### Usage

```jsx
import ObjectModalTitle from 'components/ObjectModal/ObjectModal.js';
```

```jsx
  <ObjectModalTitle className="my-awesome-class" style={{ marginBottom: 0 }}>
    My awesome title !
  </ObjectModalTitle>
```

####

#### Props

| **name**      | **Description**                      | **Type** | **Default** |
| ------------- | ------------------------------------ | -------- | ----------- |
| **className** | Use predefined classes for the title | string   | null        |
| **style**     | Define a custom style for the title  | object   | null        |

####

#### Preview

![](/files/-MCSSo9QTH9kfiqoIQep)
