Drop-in components
Web components for tickets, agenda, speakers and sponsors on any site.
One script tag, then use the elements anywhere. They work with any framework or none.
<script src="https://cdn.konecto.ltd/components.js" defer></script>
<konecto-tickets event="acme-summit" key="pk_live_..."></konecto-tickets>
<konecto-agenda event="acme-summit" key="pk_live_..."></konecto-agenda>
<konecto-speakers event="acme-summit" key="pk_live_..." layout="grid"></konecto-speakers>
<konecto-sponsors event="acme-summit" key="pk_live_..." tier="gold"></konecto-sponsors>
Styling
Components read CSS custom properties from the host page:
konecto-tickets {
--konecto-accent: #6b3bf5;
--konecto-radius: 12px;
--konecto-font: inherit;
}
Behaviour
konecto-ticketsshows live availability and opens Konecto checkout in the same tab or a modal (mode="modal").- Components also record page views and sponsor clicks for Analytics.
Plain-text version for agents: llm.konecto.ltd/docs/components/overview.md