UI Components overview
@wodira/browser/ui includes Lit Web Components that embed WODira in any website, with or without a framework.
Components
Section titled “Components”<wodira-checkout-flow>: full event → category → registration → Stripe Checkout flow.<wodira-event-list>: published event list.<wodira-event-card>: reusable event card.<wodira-pricing-cards>: categories, prices, and selection.<wodira-registration-form>: registration form.
See them rendered with safe mock data in the interactive showcase.
Register components
Section titled “Register components”import { defineWodiraElements } from '@wodira/browser/ui';
defineWodiraElements();