input component

PHOTO EMBED

Sun Feb 13 2022 19:12:29 GMT+0000 (Coordinated Universal Time)

Saved by @srishti

        <div class="input-container m-1">
          <div class="input-text-group pb-05">
            <label class="padding-bottom-xs">Username *</label>
            <input type="text" placeholder="Enter your username" class="label-input" />
          </div>
          <div class="input-text-group">
            <label class="color-text-error padding-bottom-xs">Password *</label>
            <input type="password" placeholder="Enter password" class="label-input input-error" />
            <span class="color-text-error text-italic text-xs">Wrong Password. Try again.</span>
          </div>
        </div>
content_copyCOPY