From 537eca5524b992f460ee28ede301a5c7d15ddda4 Mon Sep 17 00:00:00 2001 From: oliveira131 <47257731+oliveira131@users.noreply.github.com> Date: Wed, 14 Aug 2019 22:54:44 -0300 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 8395ab6..834d30a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # floating-labels Floating Labels for Bootstrap + +![Sample without text input](https://i.imgur.com/JWEUrDi.png) ![Sample with text input](https://i.imgur.com/sro4kQC.png) + +## How to use + +First Include the stylesheet in your 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. + +#### Code samples + +```html +