Skip to content

Commit 963a1ea

Browse files
authored
Update README.md
1 parent 39957c4 commit 963a1ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ Wrap `input` and `label` by `.has-float-label`:
3131
**NOTE:** `label` should go after `input`! This is the only drawback in this method.
3232

3333

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+
3444
## Browser support
3545

3646
Any browser with `:placeholder-shown` CSS pseudo-class: http://caniuse.com/#feat=css-placeholder-shown.

0 commit comments

Comments
 (0)