/SharedBlazorApp

SharedBlazorApp showcases seamless integration of a Blazor WebAssembly component into a WPF app for Microsoft MAUI, demonstrating cross-framework component sharing and best practices

Primary LanguageCSS

SharedBlazorApp

This repository contains the source code for the SharedBlazorApp project. The goal of this project is to demonstrate the integration of a Blazor WebAssembly component into a WPF application. The solution showcases the ability to display a Blazor component within a Windows application, highlighting the synergy between Blazor and WPF.

Contents

Project Description

SharedBlazorApp showcases the seamless integration of a Blazor WebAssembly component into a WPF application for Microsoft MAUI. The repository includes projects such as BlazorApp and WpfApp, illustrating the shared usage of Blazor components across frameworks.

How to Use

  • BlazorApp: Blazor WebAssembly project containing the shared component.
  • WpfApp: WPF application that utilizes the Blazor component.
  • SharedBlazorApp.sln: Main solution file connecting Blazor and WPF projects.

Getting Started

To run the project locally on your machine, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/SharedBlazorApp.git
  2. Navigate to the project directory: cd SharedBlazorApp
  3. Open the solution in your preferred IDE.
  4. Run the WpfApp project.

Contributions

Contributions are welcome! If you'd like to improve this project, open a pull request or report an issue.

License

This project is licensed under the MIT License.