private void InputExamples()
 {
     Flat.TextInput("", "", "", "");
     Flat.TextInput("check out these in-form icons -->", "front addons", "", "fa-instagram");
     Flat.TextInput("", "", "& back addons", "");
     _component.InputSingleLine = Forms.TextInputGroup(_component.InputSingleLine, "fa-twitter", "glyph'd up", "fa-check");
 }