v2.1.0

Floating label

  • Basic

    <div class="columns just-center">
      <div class="floatinglabel-field">
        <input
          id="fullname"
          type="text"
          name="fullname"
          placeholder="Your Name"
          class="floatinglabel-input inset-neomo"
        />
        <label for="fullname" class="floatinglabel-label font-size-6"
          >Your Name</label
        >
      </div>
    </div>