Answers for "tailwind custom input time"

0

tailwind custom input time

<div class="flex justify-center">
  <div class="timepicker relative form-floating mb-3 xl:w-96" data-mdb-with-icon="false" id="input-toggle-timepicker">
    <input type="text"
      class="form-control block w-full px-3 py-1.5 text-base font-normal text-gray-700 bg-white bg-clip-padding border border-solid border-gray-300 rounded transition ease-in-out m-0 focus:text-gray-700 focus:bg-white focus:border-blue-600 focus:outline-none"
      placeholder="Select a date" data-mdb-toggle="input-toggle-timepicker" />
    <label for="floatingInput" class="text-gray-700">Select a time</label>
  </div>
</div>
Posted by: Guest on January-31-2022

Browse Popular Code Answers by Language