diff --git a/docs/interactions/componentsv2.md b/docs/interactions/componentsv2.md index 14818e4..4340128 100644 --- a/docs/interactions/componentsv2.md +++ b/docs/interactions/componentsv2.md @@ -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