Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 410 Bytes

File metadata and controls

10 lines (7 loc) · 410 Bytes
applyTo **/*.vue

Apply the general coding guidelines to all code.

Here are instructions for Vue Component development in spx-gui:

  • Generate accessibility info for interactive elements using v-radar directive.
  • Check src/components/ui/tokens/ for all design tokens, they can be used as CSS variables. For example: --ui-gap-middle, --ui-color-primary.