Slide Item
A component that supports sliding interactions in four directions (left, right, top, bottom) with customizable content and actions. Features customizable icons, labels, colors, and supports both image and icon-based content display. Ideal for implementing swipe-based interactions such as delete, archive, or custom actions.
Extends: fieldComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Left Name |
| text | Text displayed in the left slide area |
Right Name |
| text | Text displayed in the right slide area |
Top Name |
| text | Text displayed in the top slide area |
Bottom Name |
| text | Text displayed in the bottom slide area |
Left Icon Name |
| text | Icon shown in the left slide area |
Right Icon Name |
| text | Icon shown in the right slide area |
Top Icon Name |
| text | Icon shown in the top slide area |
Bottom Icon Name |
| text | Icon shown in the bottom slide area |
Left Slide Item Color |
| text | Background color of the left slide area |
Right Slide Item Color |
| text | Background color of the right slide area |
Top Slide Item Color |
| text | Background color of the top slide area |
Bottom Slide Item Color |
| text | Background color of the bottom slide area |
Icon Color |
| text | Color of the main content icon |
Center Slide Label |
| text | Label text displayed in the center content area |
Height |
| text | Height of the slide item component |
Dark |
| boolean | Enables dark mode appearance |
Label |
| multi-locale | Label for the slide item |
ID |
| text | Unique identifier for the component |
Style Classes |
| text | CSS classes for styling |
Style |
| text | Inline styles for the component |
Width |
| text | Controls component width |
Enabled |
| boolean | Controls whether component is enabled |
Visible |
| boolean | Controls component visibility |
Image Link |
| text | URL for the displayed image |
Outlined |
| boolean | Shows component with outlined style |
Icon |
| text | Main icon for the slide item |
Events
Name | Description |
|---|---|
| Triggered when the item is slid to the left |
| Triggered when the item is slid to the right |
| Triggered when the item is slid to the top |
| Triggered when the item is slid to the bottom |