feat: init

This commit is contained in:
montaghanmy
2023-03-23 11:03:16 +01:00
commit 10fe6f78d1
11518 changed files with 509786 additions and 0 deletions
@@ -0,0 +1,34 @@
---
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
![](../../../assets/capture-decran-de-2020-07-17-17-48-56.png)
---