Beautiful Toast Notifications

nuxt-notify

Modern, customizable toast notifications for your Nuxt 4 applications. Built with Tailwind CSS and Nuxt Icon for maximum flexibility.

5KB
Bundle Size
100%
Type Safe
0
Dependencies

Everything you need

Powerful features to build beautiful notification experiences

Fully Customizable

Style with Tailwind CSS, custom icons, and per-toast UI overrides. Complete control over appearance.

Type-Safe

Full TypeScript support with auto-completion. Catch errors before they happen.

Nuxt 4 Ready

Built for the latest Nuxt with auto-imports. Zero configuration needed.

Smart Stacking

Automatic toast stacking with max limits. Never overwhelm your users.

Interactive Actions

Add buttons and callbacks for user interactions. Vertical or horizontal layouts.

Rich Content

Avatars, icons, descriptions, and progress bars. Everything you need.

Quick Start

Get up and running in less than a minute

1

Install

npm install nuxt-notify
2

Configure

export default defineNuxtConfig({
  modules: ['nuxt-notify']
})
3

Use

<script setup>
const toast = useToast()

toast.success('Success!', 'Your changes have been saved')
</script>

Ready to get started?

Start building beautiful toast notifications today