Sha256: 4ff45f8d3e27c9c247e35b8e3311160294e52f152dd71c6e0008034a9b8eec7e

Contents?: true

Size: 1.7 KB

Versions: 29

Compression:

Stored size: 1.7 KB

Contents

<fieldset class="space-y-5">
  <legend class="sr-only">Notifications</legend>
  <div class="relative flex items-start">
    <div class="flex h-5 items-center">
      <input id="comments" aria-describedby="comments-description" name="comments" type="checkbox" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">
    </div>
    <div class="ml-3 text-sm">
      <label for="comments" class="font-medium text-gray-700">New comments</label>
      <span id="comments-description" class="text-gray-500"><span class="sr-only">New comments </span>so you always know what's happening.</span>
    </div>
  </div>
  <div class="relative flex items-start">
    <div class="flex h-5 items-center">
      <input id="candidates" aria-describedby="candidates-description" name="candidates" type="checkbox" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">
    </div>
    <div class="ml-3 text-sm">
      <label for="candidates" class="font-medium text-gray-700">New candidates</label>
      <span id="candidates-description" class="text-gray-500"><span class="sr-only">New candidates </span>who apply for any open postings.</span>
    </div>
  </div>
  <div class="relative flex items-start">
    <div class="flex h-5 items-center">
      <input id="offers" aria-describedby="offers-description" name="offers" type="checkbox" class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-500">
    </div>
    <div class="ml-3 text-sm">
      <label for="offers" class="font-medium text-gray-700">Offers</label>
      <span id="offers-description" class="text-gray-500"><span class="sr-only">Offers </span>when they are accepted or rejected by candidates.</span>
    </div>
  </div>
</fieldset>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tailwind_dsl-0.0.12 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.11 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.10 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.9 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.8 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.7 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.6 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.5 .components/tui/application-ui/component/form/checkboxes/02.clean.html
tailwind_dsl-0.0.4 .components/tui/application-ui/component/form/checkboxes/02.clean.html