1.27.1 • Published 1 month ago

@dracul/notification-frontend v1.27.1

Weekly downloads
18
License
ISC
Repository
github
Last release
1 month ago

Contributors Stargazers

Dracul notification module

This module contains components that allow you to view the notifications created with the notification module backend.

This module contains the following components:

  • A bell button where the number of notifications are displayed.
  • A section where all the notifications of a certain user are listed, where the user can view notifications and mark them as read or unread.

Installation:

npm i @dracul/notification-frontend

Usage example:

An example of using the NotificationButton component*.

<template>
    <div>
        <notification-button :userId="123"/>
    </div>
</template>

<script>
    import {NotificationButton} from '@dracul/notification-frontend'

    export default {
    name:"SomeName",
    components: {NotificationButton}
}

</script>

Components available

NotificationButton

Definition and usage

A button with a bell icon showing the number of notifications received. Also, if you press the button, a small list with more detailed notifications will be displayed.

Button view

npm.io

Import component

import {NotificationButton} from '@dracul/notification-frontend'

Props

NameTypeDescription
userIdObjectIDRequired. The user ID to whom the notifications will be shown.
colorIconStringRequired. Will be used as the color of the bell icon. Value default: 'onPrimary'.

Pages that the module exposes.

This module integrates with Vue Router, the module exports the routes of each page. To use these routes you need to merge them with the routes of your project.

notificationRoutes

Definition and usage

A page where the list of user notifications is displayed.

Page view

npm.io

How to import this page into your project:

import {notificationPage} from '@dracul/notification-frontend'

1.27.0

1 month ago

1.27.1

1 month ago

1.26.3

1 month ago

1.26.2

1 month ago

1.25.13

3 months ago

1.25.0

6 months ago

1.23.2

8 months ago

1.25.1

6 months ago

1.23.1

9 months ago

1.24.1

6 months ago

1.24.0

6 months ago

1.20.11

12 months ago

1.16.3

1 year ago

1.20.0

1 year ago

1.20.6

1 year ago

1.15.13

1 year ago

1.15.3

1 year ago

1.15.5

1 year ago

1.14.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.14.2

2 years ago

1.14.6

2 years ago

1.15.0

2 years ago

1.13.0

2 years ago

1.15.1

1 year ago

1.14.11

2 years ago

1.14.13

2 years ago

1.11.4

2 years ago

1.10.5

2 years ago

1.10.7

2 years ago

1.8.2

2 years ago

1.8.0

2 years ago

2.0.0

2 years ago

1.9.7

2 years ago

1.9.6

2 years ago

1.9.2

2 years ago

1.9.0

2 years ago

1.7.12

2 years ago

1.7.11

2 years ago

1.7.3

2 years ago

1.7.2

2 years ago

1.7.0

2 years ago

1.6.23

2 years ago

1.6.0

2 years ago

1.6.13

2 years ago

1.6.12

2 years ago

1.6.19

2 years ago

1.6.20

2 years ago

1.6.22

2 years ago

1.6.21

2 years ago

1.6.9

2 years ago

1.6.8

2 years ago

1.6.5

2 years ago

1.5.13

2 years ago

1.5.12

2 years ago

1.5.11

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.4.8

2 years ago

1.4.12

2 years ago

1.2.34

3 years ago

1.2.29

3 years ago

1.2.30

3 years ago

1.2.16

3 years ago

1.2.15

3 years ago

1.1.31

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.12

3 years ago

1.1.10

3 years ago

1.0.147

3 years ago

1.0.146

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.98

3 years ago

1.0.71

3 years ago

1.0.70

3 years ago

1.0.69

3 years ago

1.0.62

3 years ago

1.0.61

3 years ago

1.0.60

3 years ago

1.0.59

3 years ago

1.0.55

3 years ago

1.0.51

3 years ago

1.0.50

3 years ago

1.0.49

3 years ago

1.0.47

3 years ago