We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39957c4 commit 963a1eaCopy full SHA for 963a1ea
README.md
@@ -31,6 +31,16 @@ Wrap `input` and `label` by `.has-float-label`:
31
**NOTE:** `label` should go after `input`! This is the only drawback in this method.
32
33
34
+### Bootstrap 4 quick use
35
+
36
+Instead of `float-label.min.css` just include pre-built `bootstrap-float-label.min.css`:
37
+```html
38
+<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/bootstrap-float-label/v1.0.0/dist/bootstrap-float-label.min.css"/>
39
+```
40
41
+Markup is the same. For more details see: https://github.com/tonystar/bootstrap-float-label.
42
43
44
## Browser support
45
46
Any browser with `:placeholder-shown` CSS pseudo-class: http://caniuse.com/#feat=css-placeholder-shown.
0 commit comments