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.
1 parent b45c83b commit 17bc785Copy full SHA for 17bc785
README.md
@@ -31,9 +31,9 @@ Include `float-label.min.css`:
31
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/float-label-css/v1.0.0/dist/float-label.min.css"/>
32
```
33
34
-Use `<label>` with `.float-label` class as a wrapper for `<input>` <sup>**v1.0.1+**</sup>:
+Use `<label>` with `.has-float-label` class as a wrapper for `<input>` <sup>**v1.0.1+**</sup>:
35
```html
36
-<label class="float-label">
+<label class="has-float-label">
37
<input type="email" placeholder="[email protected]"/>
38
<span>Email</span>
39
</label>
0 commit comments