Reka UI logoReka
backdrop
PropDefaultType
dir
'ltr'
'ltr' | 'rtl'

The global reading direction of your application. This will be inherited by all primitives.

locale
'en'
string

The global locale of your application. This will be inherited by all primitives.

nonce
string

The global nonce value of your application. This will be inherited by the related primitives.

scrollBody
true
boolean | ScrollBodyOption

The global scroll body behavior of your application. This will be inherited by the related primitives.

useId
(() => string)

The global useId injection as a workaround for preventing hydration issue.

MethodsType
useId
() => string

The global useId injection as a workaround for preventing hydration issue.