Usage
This component implements Reka UI ConfigProvider to provide global configuration to all components:
- Enables all primitives to inherit global reading direction.
- Enables changing the behavior of scroll body when setting body lock.
- Much more controls to prevent layout shifts.
It's also using ToastProvider and TooltipProvider to provide global toasts and tooltips.
Use it as at the root of your app:
app.vue
<template>
<B24App>
<NuxtPage />
</B24App>
</template>
Learn how to use the
locale prop to change the locale of your app. This also controls the date/time format in components like Calendar, InputDate, and InputTime.Learn how to use the
locale prop to change the locale of your app. This also controls the date/time format in components like Calendar, InputDate, and InputTime.