Alert

A alert displays an important, succinct message, and provides actions for users to address (or dismiss the alert).

Buttons

Alerts can include a button level 3 that lets users interact with them. Taking action on these notifications should be optional and should not block the user from continuing with their current task.

Update available

A new package update is available. See what’s new in version 0.3.

<NVAlert Close Permanent Color="primary">
  <NVText Size="sm" Medium MB="1">Update available</NVText>
  <NVText Size="sm" MB="2">A new package update is available. See what’s new in version 0.3.</NVText>
  <NVStack Gutter="3">
     <NVButton Level="3">View </NVButton>
     <NVButton Level="3">Edit </NVButton>
  </NVStack>
</NVAlert>
On this page