0.12.2 • Published 1 year ago

@tkrotoff/bootstrap-floating-label v0.12.2

Weekly downloads
252
License
MIT
Repository
github
Last release
1 year ago

@tkrotoff/bootstrap-floating-label

npm version Node.js CI Prettier Airbnb Code Style

Floating label for Bootstrap 5

Example: https://codesandbox.io/s/github/tkrotoff/bootstrap-floating-label/tree/codesandbox.io

  • Small: less than 200 lines of SCSS
  • Works with modern browsers
  • Works with any font family and size
  • Uses Bootstrap variables

⚠️ Latest implementation for Bootstrap 4 is @tkrotoff/bootstrap-floating-label v0.8

The Nielsen Norman Group talks about "Placeholders and Floating Labels disadvantages"

Usage

npm install @tkrotoff/bootstrap-floating-label

Import bootstrap-floating-label.scss after bootstrap.scss:

@import '~bootstrap/scss/bootstrap';

@import '~@tkrotoff/bootstrap-floating-label/src/bootstrap-floating-label';

Place <label> under <input> inside your Bootstrap code:

<div class="floating-label">
  <input type="email" id="email" class="form-control" placeholder="name@example.com">
  <label for="email">Email</label>
</div>

Limitations

There is no good way to detect if the user entered text inside an input using CSS.

Thus a placeholder is required <input placeholder=" "> otherwise the label will be above the input instead of inside (see https://codepen.io/tkrotoff/pen/KjgyZj).

0.12.0

1 year ago

0.12.1

1 year ago

0.12.2

1 year ago

0.11.4

2 years ago

0.11.5

2 years ago

0.11.3

2 years ago

0.11.0

3 years ago

0.11.1

3 years ago

0.11.2

3 years ago

0.11.0-beta.2

3 years ago

0.11.0-beta.1

3 years ago

0.10.0

3 years ago

0.8.0

3 years ago

0.10.0-beta.4

3 years ago

0.10.0-beta.3

3 years ago

0.10.0-beta.2

3 years ago

0.10.0-beta.1

3 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.5-beta.2

5 years ago

0.0.5-beta.1

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago