mirror of https://github.com/docusealco/docuseal
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							670 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							670 B
						
					
					
				| <clipboard-copy data-text="<%= text %>">
 | |
|   <label class="<%= local_assigns[:class] %>">
 | |
|     <input type="radio" class="peer hidden">
 | |
|     <span class="peer-checked:hidden flex items-center space-x-2">
 | |
|       <%= svg_icon('link', class: local_assigns[:icon_class] || 'w-6 h-6 text-white') %>
 | |
|       <span>
 | |
|         <%= local_assigns[:copy_title] || 'Copy' %>
 | |
|       </span>
 | |
|     </span>
 | |
|     <span class="hidden peer-checked:flex items-center space-x-2">
 | |
|       <%= svg_icon('clipboard_copy', class: local_assigns[:icon_class] || 'w-6 h-6 text-white') %>
 | |
|       <span>
 | |
|         <%= local_assigns[:copied_title] || 'Copied' %>
 | |
|       </span>
 | |
|     </span>
 | |
|   </label>
 | |
| </clipboard-copy>
 |