We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326178b commit 1ed82e7Copy full SHA for 1ed82e7
README.md
@@ -129,7 +129,7 @@ They are compiled as CSS classes which then can be controlled from JS via
129
```js
130
<Label variant={{emphasis: true}} /> // sets both classes with `color` and `font-weight`
131
```
132
-### Variants controlled with JS expression
+### JavaScript expressions
133
134
You can define variants which are conditionally applied if JS expression against
135
props evaluates to a truthy value.
0 commit comments