Skip to content

thomascoppein/floating-labels

Repository files navigation

Floating Labels

NPM package for creating easily floating labels.

Installation

Install package:

npm i @thomascoppein/floating-labels

Import package in Javascript file:

import FloatingLabels from '@thomascoppein/floating-labels';

Create new Floating Labels instance:

const floatingLabel = new FloatingLabel({
  selector: '.js-floating-input'
});

About

NPM package for floating labels.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published