Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsega/bootstrap3-floating-labels
Bootstrap 3 Floating Labels from travislaynewilson, http://bootsnipp.com/snippets/featured/float-label-pattern-forms, packaged for Meteor.js
https://github.com/tsega/bootstrap3-floating-labels
Last synced: about 1 month ago
JSON representation
Bootstrap 3 Floating Labels from travislaynewilson, http://bootsnipp.com/snippets/featured/float-label-pattern-forms, packaged for Meteor.js
- Host: GitHub
- URL: https://github.com/tsega/bootstrap3-floating-labels
- Owner: tsega
- Created: 2015-05-31T15:39:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T16:02:21.000Z (over 9 years ago)
- Last Synced: 2023-08-09T23:28:16.309Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bootstrap3-floating-labels
======================Bootstrap 3 Floating Labels from travislaynewilson, http://bootsnipp.com/snippets/featured/float-label-pattern-forms, packaged for Meteor.js
To install
----------```sh
$ meteor add tsega:bootstrap3-floating-labels
```Basic Use
---------For basic usage, set up your markup as a normal bootstrap `from-group` with the additional `float-label-control` class
```html
...
Username
...```
Bottom Labels
-------------To place the labels at the bottom of the controls add the `label-bottom` class to the `form-group` `div`.
```html
...
Username
...```