Skip to content

Commit e6d38b6

Browse files
authored
Update README.md
1 parent 0ab4260 commit e6d38b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
Bootstrap Float Label
22
=====================
33

4-
Pure CSS implementation of Float Label pattern for Bootstrap 4 powered by [Float Label CSS-only](https://github.com/tonystar/float-label-css).
4+
Pure CSS implementation of Float Label pattern for Bootstrap 3 powered by [Float Label CSS-only](https://github.com/tonystar/float-label-css).
55

6-
<img src="https://cdn.rawgit.com/tonystar/bootstrap-float-label/aced600/bootstrap-float-label.png" width="432"/>
6+
[Switch to Bootstrap 4](https://github.com/tonystar/bootstrap-float-label)
7+
8+
<img src="https://cdn.rawgit.com/tonystar/bootstrap-float-label/0ab4260/bootstrap-float-label.png" width="374"/>
79

810

911
## Demo
1012

11-
https://codepen.io/tonystar/pen/LRdpYZ
13+
https://codepen.io/tonystar/pen/ALaZrV
1214

1315

1416
## Usage
1517

1618
Include `bootstrap-float-label.min.css`:
1719
```html
18-
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/bootstrap-float-label/v4.0.0/dist/bootstrap-float-label.min.css"/>
20+
<link rel="stylesheet" href="https://cdn.rawgit.com/tonystar/bootstrap-float-label/v3.0.0/dist/bootstrap-float-label.min.css"/>
1921
```
2022

2123
Then just add `.has-float-label` class to `.form-group`:

0 commit comments

Comments
 (0)