Importe o componente <vezetiv-signature> em qualquer site ou aplicação.
Sem dependências, sem framework — funciona em tudo.
Adicione o script no seu HTML. O componente se registra automaticamente.
Coloque a tag onde quiser. Configure com atributos opcionais.
A assinatura aparece com ícone, texto e link automático. Zero configuração.
<!-- Adicione no <head> ou antes do </body> --> <script src="https://ecossistema.vezetiv.dev/components/vezetiv-signature/vezetiv-signature.js"></script>
<!-- Uso básico (tema escuro, tamanho médio) --> <vezetiv-signature></vezetiv-signature> <!-- Com opções personalizadas --> <vezetiv-signature theme="light" size="lg" href="https://links.vezetiv.dev" target="_blank" ></vezetiv-signature>
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Meu Projeto</title> <!-- Importar o componente --> <script src="https://ecossistema.vezetiv.dev/components/vezetiv-signature/vezetiv-signature.js"></script> </head> <body> <!-- Sua assinatura --> <vezetiv-signature></vezetiv-signature> </body> </html>