| 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-radardirective. - Check
src/components/ui/tokens/for all design tokens, they can be used as CSS variables. For example:--ui-gap-middle,--ui-color-primary.