Sha256: 41dfcb050ab0ad9946722775b1acb60796fc6f9ffba1f4747997c4e414da1af2
Contents?: true
Size: 514 Bytes
Versions: 31
Compression:
Stored size: 514 Bytes
Contents
<button type="button" data-controller="switch" data-action="click->switch#toggle" class="mt-1"> <%= f.check_box method, hidden: true, class: "hidden", data: {switch_target: "checkbox"} %> <div data-switch-target="container" class="w-14 h-8 bg-gray-200 rounded-full flex items-center p-1 cursor-pointer transition transition-colors duration-200"> <div data-switch-target="knob" class="h-6 w-6 rounded-full bg-white shadow-sm transform transition transition-transform duration-200"></div> </div> </button>
Version data entries
31 entries across 31 versions & 1 rubygems