Scheduler - RTL

Render week and timeline views in right-to-left layouts.

#Usage

import { Scheduler } from '@primeui/vue-scheduler';
<Scheduler.Root rtl>
    <!-- Scheduler parts -->
</Scheduler.Root>

rtl is a root direction setting. Scheduler applies it across headers, grids, resource rails, overlays, and keyboard movement without needing a view-specific snippet.

#Mirrored Week

RTL week view mirrors timed columns, all-day rows, and slot labels. Event values stay the same.

Loading Demo...

#Timeline RTL

RTL timeline layouts mirror horizontal scrolling and placement while event data stays unchanged.

Loading Demo...

#API

Key inputs are rtl, timeline scale props, semantic event outlets, resource parts, and overlay parts used in mirrored views.