> 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

Section title, perfect after a separator.

#### 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

![](https://3514651628-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lp7vcxqrLMhIC3gwXlF%2F-MCS9DmGVlMjJT1cYswI%2F-MCSUsn2UhD8HNkC0mOT%2FCapture%20d%E2%80%99%C3%A9cran%20de%202020-07-17%2017-58-03.png?alt=media\&token=2f825782-78bb-46d4-8817-d6caf3c32889)
