Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 837 Bytes

Widgets.md

File metadata and controls

30 lines (22 loc) · 837 Bytes

Widget docs

  1. Create a appsmith-docs/widget-reference/.md file.
  2. Follow the asset-upload guidelines to upload and use an asset in the docs.

Widget docs template

Copy paste this template


# WidgetName

  <Add a description here>

## Image/gif of the widget on the canvas with the icon of the widget in the sidebar

## 2 different usages of the widget with API / Query data

## Properties
| Property      | Description           |
| :------------ | :-------------------- |
| **property1** | Property1 description |
| **property2** | Property2 description |
| **property3** | Property3 description |

| Action      | Description         |
| :---------- | :------------------ |
| **action1** | action1 description |
| **action2** | action2 description |
| **action3** | action3 description |