Closed sake402 closed 1 year ago
Hi @sake402 .
You can generate bindings for third party components via ComponentGenerator
dotnet tool.
You can read about that here, or you can take a look at a sample project using this generator:
https://github.com/Dreamescaper/BlazorBindings.Maui/blob/main/samples/ThirdPartyControlsSample/Properties/Elements.cs
Now that is just great. Please close this issue
One of my reservations about how BlazorBindings was implemented is how much work it will take to bring third party controls onboard.
I have a development that takes another approach entirely by allowing any third party library to work with BlazorBindings. It uses a generator to generate binding codes bridge between the controls and Blazor component.
This is what typical generated component looks like
This works rather well for us and I am thinking perhaps merging this into this library. Let me know your thoughts