Installation

You can install Model W Toast in your project with the following command.

npm install @model-w/toast

Then you can use it in your project modifying the nuxt.config.ts file. Here is a minimalistic example:

export default defineNuxtConfig(
  {
    modules: [
        "@model-W/toast"
    ],
  }
)

Once configured, it’s ready to use.