notification-widget
v1.4.11
Published
widget component bell
Readme
Notification widget
Documentation
Comming Soon
Config
import { NotificationSection } from 'notification-widget';
<NotificationSection uid="6f90ac4f-a0fd-4b24-a136-d648389ee99e" url="ws://localhost:4000/graphql" />| Name | Required? | Description | |----------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | uid | yes | mailbox id | | url | yes | Websocket Url ||
import { NotificationSection } from 'notification-widget';
<NotificationSection uid="6f90ac4f-a0fd-4b24-a136-d648389ee99e" url="http://localhost:4000/graphql" ws="ws://localhost:4000/graphql" />| Name | Required? | Description | |----------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | uid | yes | mailbox id | | url | yes | Https Url query || | ws | yes | Websocket Url ||
