OcNotifications component
Description
The OcNotifications
component serves as a container for the OcNotificationMessage component. It can be positioned in different places on the screen.
Examples
Default
The basic position defaults to default
, meaning the notification gets displayed in place. Other possible positions are: top-right
, top-left
and top-center
.
html
<oc-notifications>
<oc-notification-message title="Folder has been created successfully." />
</oc-notifications>