Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/interactions/componentsv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,14 @@ add {_gallery} to content of the container
Visual dividers between content:

```applescript
# Small separator
add new small separator to content of the container

# Large separator (default)
# Small separator (default)
add new separator to content of the container

# Large separator
add new large separator to content of the container

# Invisible separator (no divider line)
add new invisible separator to content of the container
```

### Thumbnails
Expand Down