New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fluid-labels

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluid-labels

## Installation

0.1.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Fluid Labels

Installation

Via bower:

bower install fluid-labels

Include the files in your project:

  • dist/fluid-labels.js
  • dist/fluid-labels.css
  • jquery

Create a field group:

<div class="fluid-label">
  <input type="text" placeholder="Your Field Name" />
  <label>Your Field Name</label>
</div>

Activate the jQuery plugin:

$('.fluid-label').fluidLabel();

Options

{
  inputOffsetTop: Number,
  animationDuration: Number,
  focusClass: String
}

FAQs

Package last updated on 25 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts