themesberg / tailwind-blazor-starter

Open-source project to get you started with Tailwind CSS, Blazor, and the Flowbite UI components
https://flowbite.com/docs/getting-started/blazor/
MIT License
22 stars 9 forks source link

Add modal functionality #5

Open miladsoft opened 9 months ago

miladsoft commented 9 months ago

Implemented modal functionality in Blazor component. The modal is now centered on the screen when displayed. Added a button to toggle the modal, and the form submission closes the modal afterward. Styles have been adjusted for a better user experience. Updated the modal layout to make it responsive and visually appealing.