The b.Notification
constructor creates a simple color block meant to draw the attention to the user about something. As such, it an be used as a pinned notification in the corner of the viewport.
Modifier | Action |
---|---|
b.White | Set color to white |
b.Black | Set color to black |
b.Light | Set color to light |
b.Dark | Set color to dark |
b.Primary | Set color to primary |
b.Link | Set color to link |
b.Info | Set color to info |
b.Success | Set color to success |
b.Warning | Set color to warning |
b.Danger | Set color to danger |
b.PrimaryLight | Set color to primary light |
b.LinkLight | Set color to link light |
b.InfoLight | Set color to info light |
b.SuccessLight | Set color to success light |
b.WarningLight | Set color to warning light |
b.DangerLight | Set color to danger light |
The b.NotificationCloseButton
constructor creates a "delete" button to close the notification.