Direction Provider

Enables RTL behavior for Base UI components.

API reference

Import the component and wrap it around your app:

Anatomy
import { DirectionProvider } from '@base-ui-components/react/direction-provider';

<DirectionProvider>
  {/* Your app or a group of components */}
</DirectionProvider>
PropTypeDefault
direction'ltr' | 'rtl''ltr'