Available Composables
useToast
Manage toast notifications in your application. Add, update, remove, and clear toast messages with full control over their appearance and behavior.defineShortcuts
Define keyboard shortcuts for your application with support for modifier keys, chained shortcuts, and input field handling.useLocale
Access and use localized messages in your components. Nuxt UI components use this internally for internationalization.defineLocale
Create custom locale definitions with translations for your application or to extend existing locales.useColorMode
Integration with Nuxt Color Mode module for managing dark/light themes. This composable works seamlessly with Nuxt UI’s color mode components.Usage in Components
All composables can be used within Vue components’<script setup> blocks: