> 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/objectmodalsectiontitle.md).

# ObjectModalSectionTitle

#### Usage

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

```jsx
  <ObjectModalFormTitle
    name={'Awesome Title!'}
  />
```

####

#### Props

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

####

#### Preview

![](/files/-MCSUsn2UhD8HNkC0mOT)
