- Minimize interop footprint
- Provide self-reliance from UI library
- Provide versatility in applying UI library
Install-Package LukeYoo.Blazor.Sincere
dotnet add package LukeYoo.Blazor.Sincere
-
Keep it minimum
- Minimize number of dependencies
-
No overkill
- Abuse of generic/template does not mean the versatility
-
NO version push of .NET unless "Leading Dependee" is about to do so
- The current Leading Dependee is here
- This helps the low-maintenance
We wanted the PDF feature only from the Bootstrap library for the app. We also want more PDF feature on top of it.
The utilization of PDF.js in this project was adapted from Vikram Reddy. You can find the original code here.