Direction Provider

Enables RTL behavior for Anchor UI components.

API reference

Import the component and wrap it around your app:

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

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

'ltr' | 'rtl'

'ltr'