Prop | Default | Type |
---|---|---|
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 | |
scrollBody | true | boolean | ScrollBodyOption The global scroll body behavior of your application. This will be inherited by the related primitives. |
useId | (() => string) The global |
Methods | Type |
---|---|
useId | () => string The global |