feat: init
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
---
|
||||
description: Icon with sub heading for ObjectModal component. Perfect before a form field.
|
||||
---
|
||||
|
||||
# ObjectModalFormTitle
|
||||
|
||||
#### Usage
|
||||
|
||||
```jsx
|
||||
import ObjectModalFormTitle from 'components/ObjectModal/ObjectModal.js';
|
||||
```
|
||||
|
||||
```jsx
|
||||
<ObjectModalFormTitle
|
||||
name={'Awesome Title!'}
|
||||
icon="star"
|
||||
/>
|
||||
```
|
||||
|
||||
####
|
||||
|
||||
#### 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 |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user