Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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


...

```