Files
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

35 lines
849 B
Markdown

---
description: Section title, perfect after a separator.
---
# 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
![](../../../assets/capture-decran-de-2020-07-17-17-58-03.png)
---