forked from CodeBeamOrg/CodeBeam.MudBlazor.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDateTimePickerPage.razor
More file actions
14 lines (13 loc) · 846 Bytes
/
Copy pathDateTimePickerPage.razor
File metadata and controls
14 lines (13 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@page "/muddatetimepicker"
@namespace MudExtensions.Docs.Pages
<ExamplePage Component="typeof(MudDateTimePicker<>)">
<ExampleCard ComponentName="DateTimePicker" ExampleName="DateTimePickerExample1" Title="Usage" Description="MudDateTimePicker handles date and time selection itself.">
<DateTimePickerExample1 />
</ExampleCard>
<ExampleCard ComponentName="DateTimePicker" ExampleName="DateTimePickerExample2" Title="Generic Types" Description="MudDateTimePicker supports DateTime and DateTimeOffset.">
<DateTimePickerExample2 />
</ExampleCard>
<ExampleCard ComponentName="DateTimePicker" ExampleName="DateTimePickerExample3" Title="Action Buttons" Description="Submit strategy can be handled via Action Buttons and AutoClose parameter.">
<DateTimePickerExample3 />
</ExampleCard>
</ExamplePage>