https://github.com/aksoftware98/blazor-modal-popup
Modal Popup from scratch in Blazor WebAssembly using Templated Components
https://github.com/aksoftware98/blazor-modal-popup
Last synced: about 1 year ago
JSON representation
Modal Popup from scratch in Blazor WebAssembly using Templated Components
- Host: GitHub
- URL: https://github.com/aksoftware98/blazor-modal-popup
- Owner: aksoftware98
- Created: 2020-04-30T17:51:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T19:34:27.000Z (about 6 years ago)
- Last Synced: 2025-02-09T07:34:18.572Z (over 1 year ago)
- Language: HTML
- Size: 378 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor Modal (Templated Components)
This repository associated with the AK Academy YouTube session about Templated components in Blazor WebAssembly, it's about creating a modal popup from scratch.
https://youtu.be/g3vH-KYmsHQ
## Templated Components:
It is a normal razor components but accepts a UI fragment as parameter of type RenderFragment or RenderFragment\
So the user of the component can pass an HTML to your components
