From 5d8fa9c87a9e0aa8443078bfb96857cf82935bc8 Mon Sep 17 00:00:00 2001 From: oliveira131 <47257731+oliveira131@users.noreply.github.com> Date: Wed, 14 Aug 2019 23:27:58 -0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834d30a..924debd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Floating Labels for Bootstrap ## How to use -First Include the stylesheet in your html. +First Include the stylesheet in your html. If you prefers, use this CDN: https://cdn.jsdelivr.net/gh/exacti/floating-labels@latest/floating-labels.min.css +```html + +``` Just put the input or textarea element inside a parent (div or span) with `.form-label-group` class and add a label tag after this element. The input and label must have the same id linked with for in label to work properly.