Skip to content

chemedev/vtex-io-snippets

Repository files navigation

README - VTEX IO Snippets

This is a snippet extension made for those who work with the VTEX IO Store Framework.


Requirements

The extension will be activated when working on .jsonc files


Current snippets

Prefix Method
vfr→ VTEX Flex Layout Row
vfc→ VTEX Flex Layout Column
vrt→ VTEX Rich Text
vimg→ VTEX Image
vsld→ VTEX Slider Layout
vlogo→ VTEX Logo
vic→ VTEX Info Card
vcl→ VTEX Condition Layout (2.x)

Snippets Description

vfr

"flex-layout.row#": {
  "props": {
    "blockClass": "",
  },
  "children": []
}

vfc

"flex-layout.col#": {
  "props": {
    "blockClass": "",
  },
  "children": []
}

vrt

"rich-text#": {
  "props": {
    "blockClass": "",
    "font": "t-body",
    "text": "",
    "textAlignment": "CENTER",
    "textColor": "c-on-base",
    "textPosition": "CENTER"
  }
}

This section is a WIP...

About

VTEX IO snippets VSCode extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published