Skip to content

UI Components overview

@wodira/browser/ui includes Lit Web Components that embed WODira in any website, with or without a framework.

  • <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.

import { defineWodiraElements } from '@wodira/browser/ui';
defineWodiraElements();