33 lines
800 B
Markdown
33 lines
800 B
Markdown
|
|
# Widget docs
|
||
|
|
Create a appsmith-docs/widget-reference/<widget>.md file.
|
||
|
|
Follow the [asset-upload](./asset-upload.md) guidelines to upload and use an asset in docs.
|
||
|
|
|
||
|
|
## Widget docs template
|
||
|
|
Copy paste this template
|
||
|
|
```
|
||
|
|
---
|
||
|
|
description: >-
|
||
|
|
Widget Description
|
||
|
|
---
|
||
|
|
|
||
|
|
# WidgetName
|
||
|
|
|
||
|
|
## Image/gif of the widget and the icon in widget creation sidebar.
|
||
|
|
|
||
|
|
## Usage with dynamic bindings
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
| Property | Description |
|
||
|
|
| :------------ | :-------------------- |
|
||
|
|
| **property1** | Property1 description |
|
||
|
|
| **property2** | Property2 description |
|
||
|
|
| **property3** | Property3 description |
|
||
|
|
|
||
|
|
| Action | Description |
|
||
|
|
| :---------- | :------------------ |
|
||
|
|
| **action1** | action1 description |
|
||
|
|
| **action2** | action2 description |
|
||
|
|
| **action3** | action3 description |
|
||
|
|
```
|
||
|
|
|