Skip to main content

Basic usage

Advanced usage

Props

string
required
Evento username to render events for.
string
default:"month"
Initial view: month, week, or day.
function
Callback signature: (event: Event) => void.
object
Theme object with primary, background, and text values.
string
Additional CSS class names.

Notes

  • Supports client rendering and SSR frameworks
  • Works with shared component theme model

Next steps

Event card

Render individual event objects in card format.

Event list

Render list feeds with filters and pagination.