Sha256: ca56dd52325a8b7528a6d5c166a34192a2610e1fb4c86b28d78685db2b60fcb8
Contents?: true
Size: 531 Bytes
Versions: 17
Compression:
Stored size: 531 Bytes
Contents
<button class="p-1.5 border-b border-l border-gray-200 hover:border-gray-300 rounded-bl-md bg-white absolute top-0 right-0 text-gray-400 hover:text-indigo-500 transition" x-data="clipboard" x-tooltip.theme.lookbook="done ? 'copied!' : 'copy to clipboard'" @click="save" data-tippy-placement="left"> <svg class="feather h-4 w-4 "> <use x-bind:href="`/lookbook-assets/feather-sprite.svg#${done ? 'check' : 'clipboard'}`" /> </svg> <div class="hidden" x-init="content = $el.innerText"><%== yield %></div> </button>
Version data entries
17 entries across 17 versions & 1 rubygems