Using standalone notifications component
In some rare cases you might want to just use Notifications
component without built-in button and modal window. For example you might want to put component statically to the right side of your page. In this case you bring your own logic to display component and your own modal window. You don't need to use .dt-modal
css classname in this case.
Notifications component accepts the following properties:
setOpen
- if functions passed, then Notifications component will have a cross in the top right cornerchannels
- see "Customizing notifications channels" page
Last updated