35 lines
742 B
Markdown
35 lines
742 B
Markdown
---
|
|
description: Main title for the ObjectModal component.
|
|
---
|
|
|
|
# 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
|
|
|
|

|
|
|
|
---
|