Default
Notification saved
default.tsx
<Alert title="Notification saved" state="info" dismissLabel="Close notification" icon={<FaInfoCircle />} dismissible>
This alert can be dismissed.
</Alert>The Alert component is used to display important messages to the user with support for different variants and actions.
<Alert title="Notification saved" state="info" dismissLabel="Close notification" icon={<FaInfoCircle />} dismissible>
This alert can be dismissed.
</Alert>