Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 835 Bytes

File metadata and controls

18 lines (11 loc) · 835 Bytes

Create Blazor DatePicker Component in Blazor Server App

A quick start blazor server app that allows you to configure the Blazor DatePicker component from Syncfusion with its available options. This project contains simple code customizations, as well as some important features such as setting specific date values, formats and navigating between different views such as month, year, and decade.

Documentation: https://blazor.syncfusion.com/documentation/datepicker/getting-started/

Online examples: https://blazor.syncfusion.com/demos/datepicker/default-functionalities

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.