You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ExampleCardComponentName="DateTimePicker"ExampleName="DateTimePickerExample1"Title="Usage"Description="MudDateTimePicker automatically converts wheel values to DateTime?.">
6
+
<DateTimePickerExample1 />
7
+
</ExampleCard>
8
+
<ExampleCardComponentName="DateTimePicker"ExampleName="DateTimePickerExample2"Title="MinDate & MaxDate"Description="You can restrict available date with MinDate and MaxDate parameters.">
Copy file name to clipboardExpand all lines: docs/CodeBeam.MudBlazor.Extensions.Docs/Pages/Components/SelectExtended/Examples/SelectExtendedExample1.razor
Copy file name to clipboardExpand all lines: docs/CodeBeam.MudBlazor.Extensions.Docs/Services/MudExtensionsDocsService.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ public class MudExtensionsDocsService
15
15
newMudExtensionComponentInfo(){Title="MudComboBox",Component=typeof(MudComboBox<>),RelatedComponents=newList<Type>(){typeof(MudComboBoxItem<string>)},Usage=ComponentUsage.Input,IsUnique=true,Description="Unites MudSelect and MudAutocomplete features."},
16
16
newMudExtensionComponentInfo(){Title="MudCssManager",Component=typeof(MudCssManager),Usage=ComponentUsage.Utility,IsUnique=true,IsUtility=true,Description="Directly and dynamically get or set component's css property."},
17
17
newMudExtensionComponentInfo(){Title="MudCsvMapper",Component=typeof(MudCsvMapper),Usage=ComponentUsage.Display,IsUnique=true,Description="A .csv file uploader that matches the .csv file headers to supplied / expected headers."},
18
+
newMudExtensionComponentInfo(){Title="MudDateTimePicker",Component=typeof(MudDateTimePicker<>),Usage=ComponentUsage.Input,IsUnique=true,Description="Unified generic date and time picker component."},
18
19
newMudExtensionComponentInfo(){Title="MudDateWheelPicker",Component=typeof(MudDateWheelPicker),Usage=ComponentUsage.Input,IsUnique=true,Description="A date time picker with MudWheels."},
newMudExtensionComponentInfo(){Title="MudInputStyler",Component=typeof(MudInputStyler),Usage=ComponentUsage.Utility,IsUnique=true,Description="Applies colors or other CSS styles easily for mud inputs like MudTextField and MudSelect."},
0 commit comments