Skip to content

Layouts

/

UML Representation of /

Root layout. Used to apply the theme and render the full application. The theme is based on css variables and tailwindcss. Elements using the proper tailwind classes will be themed automatically according to the current theme when placed in this layout.

Slots

default

/

UML Representation of /

Uses Layout.

App Layout. Used for all routes besides /login. Contains the Layout component, in which each page's content is inserted into via the component's default slot.

Props

data: { [x: string]: any; }

progressValue: Tweened<number>

Slots

default

/events/[id]

UML Representation of /events/[id]

Slots

default

/workflows/[id]

UML Representation of /workflows/[id]

Slots

default