feat(Toasts) Adding toasts
This commit is contained in:
@@ -28,19 +28,19 @@
|
||||
<Title>Alert Message</Title>
|
||||
<Description>Used to convey important information to the viewer. Comes in Yellow (Warning), Blue (Information), Red (Error), and Green (Success). Mostly used to warn viewers of pre-alpha or incomplete content being viewed.</Description>
|
||||
<Example>
|
||||
<AlertComponent Type="SeverityType.Warning">
|
||||
<AlertComponent Type="@SeverityType.Warning">
|
||||
<Title>Warning Alert Title</Title>
|
||||
<Message>Warning Alert Message</Message>
|
||||
</AlertComponent>
|
||||
<AlertComponent Type="SeverityType.Information">
|
||||
<AlertComponent Type="@SeverityType.Information">
|
||||
<Title>Information Alert Title</Title>
|
||||
<Message>Information Alert Message</Message>
|
||||
</AlertComponent>
|
||||
<AlertComponent Type="SeverityType.Error">
|
||||
<AlertComponent Type="@SeverityType.Error">
|
||||
<Title>Error Alert Title</Title>
|
||||
<Message>Error Alert Message</Message>
|
||||
</AlertComponent>
|
||||
<AlertComponent Type="SeverityType.Success">
|
||||
<AlertComponent Type="@SeverityType.Success">
|
||||
<Title>Succsess Alert Title</Title>
|
||||
<Message>Succsess Alert Message</Message>
|
||||
</AlertComponent>
|
||||
|
||||
Reference in New Issue
Block a user