Skip to content

jQuery plugin for floating labels based on bootstrap 4

License

Notifications You must be signed in to change notification settings

ditoskas/floating-labels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

floating-labels

Transform bootstrap 4 form-group labels to floating labels.

Add to the package.json file the below repository

  "dependencies": {
          "bootstrap": "^4.1.1",
          "jquery": "^3.3.1",
          "bootstrap-floating-labels": "^1.0.7"          
      }

or run

npm i --save bootstrap-floating-labels

Check the documentation page with examples