This component implements Reka UI ConfigProvider to provide global configuration to all components:
It's also using ToastProvider and TooltipProvider to provide global toasts and tooltips, as well as programmatic modals and slideovers.
Wrap your entire application with the App component in your app.vue file:
<template>
  <UApp>
    <NuxtPage />
  </UApp>
</template>
| Prop | Default | Type | 
|---|---|---|
| tooltip | 
 
 | |
| toaster | 
 
 | |
| locale | 
 
 | |
| portal | 
 | 
 | 
| scrollBody | 
 The global scroll body behavior of your application. This will be inherited by the related primitives. 
 | |
| nonce | 
 The global  | 
| Slot | Type | 
|---|---|
| default | 
 |