NotificationBlock

Installation

import {NotificationBlock} from 'uxp/components';

Examples

<NotificationBlock message="-- End Of Content --" class="end-of-content" />

Properties

Name
Type
Description

message

string

Message to show when showing

class

string

Any extra css classes to apply

styles

any

any extra styles

message


Message to show when showing

type

string

class


Any extra css classes to apply

type

string

styles


any extra styles

type

any

Last updated