We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc09c30 commit abab0c9Copy full SHA for abab0c9
1 file changed
src/overview/xml-capabilities/jet.md
@@ -85,10 +85,10 @@ package com.fun.components {
85
86
## Specifying inline styles
87
88
-Use `style:n={v}` attributes as a shortcut to `style={{ ..., n: v }}`.
+Use `s:n={v}` attributes as a shortcut to `style={{ ..., n: v }}`.
89
90
```
91
-<j:Button style:background="orange">button1</j:Button>
+<j:Button s:background="orange">button1</j:Button>
92
93
94
Inline style values are converted to `String` automatically.
0 commit comments