We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fea5c8 + ecf7bfb commit eab080dCopy full SHA for eab080d
1 file changed
source/components/select/README.md
@@ -77,15 +77,15 @@ The Select component provides an enhanced replacement for the standard HTML sele
77
### Different Sizes
78
79
```html
80
-<select data-role="select" class="input-small">
+<select data-role="select" class="small">
81
<!-- options -->
82
</select>
83
84
-<select data-role="select" class="input-medium">
+<select data-role="select" class="medium">
85
86
87
88
-<select data-role="select" class="input-large">
+<select data-role="select" class="large">
89
90
91
```
0 commit comments