An open API service indexing awesome lists of open source software.

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

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

![enter image description here](https://raw.githubusercontent.com/aksoftware98/blazor-modal-popup/master/Images/modalpopup.png)