Application Inputs Base Dark

Live Preview
<label for="Email">
      <span class="text-sm font-medium text-gray-700 dark:text-gray-200"> Email </span>

      <input
        type="email"
        id="Email"
        class="mt-0.5 w-full rounded border-gray-300 shadow-sm sm:text-sm dark:border-gray-600 dark:bg-gray-900 dark:text-white"
      />
    </label>

Related components

More items from the merged UI library.

View all