Sha256: a59aae290abd3b6671361748a39a8a74ecd0e71a2d83cb500dde698b2d1edb87
Contents?: true
Size: 891 Bytes
Versions: 29
Compression:
Stored size: 891 Bytes
Contents
<div class="flex items-center"> <!-- Enabled: "bg-indigo-600", Not Enabled: "bg-gray-200" --> <button type="button" class="bg-gray-200 relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2" role="switch" aria-checked="false" aria-labelledby="annual-billing-label"> <!-- Enabled: "translate-x-5", Not Enabled: "translate-x-0" --> <span aria-hidden="true" class="translate-x-0 pointer-events-none inline-block h-5 w-5 transform rounded-full bg-white shadow ring-0 transition duration-200 ease-in-out"></span> </button> <span class="ml-3" id="annual-billing-label"> <span class="text-sm font-medium text-gray-900">Annual billing</span> <span class="text-sm text-gray-500">(Save 10%)</span> </span> </div>
Version data entries
29 entries across 29 versions & 1 rubygems