https://github.com/rijwanansari/eshal.blazor
Reusable Blazor Components
https://github.com/rijwanansari/eshal.blazor
Last synced: about 1 month ago
JSON representation
Reusable Blazor Components
- Host: GitHub
- URL: https://github.com/rijwanansari/eshal.blazor
- Owner: rijwanansari
- License: mit
- Created: 2024-08-23T19:13:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-08T05:39:23.000Z (about 2 months ago)
- Last Synced: 2025-04-08T06:28:48.109Z (about 2 months ago)
- Language: HTML
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Eshal.Blazor - A blazor project with dynamic and reuseable components
Blazor is a modern web framework developed by Microsoft that is changing the way developers build interactive web applications. Blazor lets you build rich client-side web experiences using C# and .NET instead of JavaScript. One of the most powerful features of Blazor is its component-based architecture, which encourages the reuse of code and modular design.