Skip to content
Discussion options

You must be logged in to vote

https://quasar.dev/quasar-plugins/notify#predefined-types

Furthermore, you can register your own types or even override the predefined ones. The best place to do this would be in a @quasar/app-vite Boot File or a @quasar/app-webpack Boot File.

// How to register in a boot file:
import { Notify } from 'quasar'

Notify.registerType('my-notif', {
  icon: 'announcement',
  progress: true,
  color: 'brown',
  textColor: 'white',
  classes: 'glossy'
})

The docs have what you need 🙂

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@yusufkandemir
Comment options

Answer selected by rstoenescu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants