-
Notifications
You must be signed in to change notification settings - Fork 0
Note
Meisam Alifallhi edited this page Apr 18, 2022
·
1 revision
<Note Title="Note" Description="Importantant information"></Note>
<Note Title="Note" Description="Importantant information" Color="Color.Info" />
<Note Title="Note" Description="Importantant information" Color="Color.Success" />
<Note Title="Note" Description="Importantant information" Color="Color.Warning" />
<Note Title="Note" Description="Importantant information" Color="Color.Danger" />
<Note Title="Note" Description="Importantant information" Color="Color.Dark" />
<Note Title="Note" Description="Importantant information" NoteBorder="NoteBorder.Start"></Note>
<Note Title="Note" Description="Importantant information" NoteBorder="NoteBorder.Top"></Note>
<Note Title="Note" Description="Importantant information" NoteBorder="NoteBorder.End"></Note>
<Note Title="Note" Description="Importantant information" NoteBorder="NoteBorder.Bottom"></Note>
<Note Title="Note">
<Div>
<Paragraph>This is Custom Content</Paragraph>
<Button Color="Color.Primary">Ok</Button>
<Button Color="Color.Warning">Cancel</Button>
</Div>
</Note>
<Note Title="Note" Description="Importantant information" CloseButton></Note>
<Note Title="Note" Description="Importantant information" @bind-Visible="visible"></Note>
@code {
bool visible=true;