<%= tag.button disabled: disabled ||= false, "x-data": "copy", "x-tooltip.theme.lookbook": "done ? 'copied!' : '#{tooltip ||= "copy to clipboard"}'", "@click": "save", ":class": "{ '!text-green-600 hover:text-green-600': done, 'hover:text-indigo-500': !done}", "x-cloak": true, class: "text-gray-400 transition", data: { target: target }, **(attrs ||= {}) do %> <%= icon "${done ? 'check' : '#{icon ||= "clipboard"}'}", size: 4 %> <% end %>