javascript - How do you style the ElevenLabs conv ai widget? - Stack Overflow

admin2025-04-17  2

I'm display the element like this:

const ElevenLabsConvai = ({ agentId }: { agentId: string }) => {
  return <elevenlabs-convai agent-id={agentId}></elevenlabs-convai>;
};

But it seems to be retroactively styled by a javascript via:

<script src=".js" async type="text/javascript"></script>

But do I override the styles and changes color shape location etc?

转载请注明原文地址:http://anycun.com/QandA/1744846942a88445.html