ui icon indicating copy to clipboard operation
ui copied to clipboard

feat(notifications): simplify how to position them

Open atinux opened this issue 2 years ago • 0 comments

Resolves #185

Instead of using notifications.wrapper, add notifications.position for better control without having to copy the whole classes:

export default defineAppConfig({
  ui: {
    notifications: {
      // Show toasts at the top right of the screen
      position: 'top-0 right-0'
    }
  }
})

atinux avatar May 18 '23 09:05 atinux