// Copyright: © 2026 TWWIM UG. All rights reserved. (www.twwim.com) /** * GeneratedSnippetCard — live HTML \n`; }, [form.snippet, activeKey]); const handleCopy = async () => { await navigator.clipboard.writeText(snippet); setCopied(true); window.setTimeout(() => setCopied(false), 2000); }; return (

{t('tenants.pluginSettings.snippetCard.title')}

{t('tenants.pluginSettings.snippetCard.subtitle')}

          {snippet}
        
); }