I am building razor class library. that can be consumed by multiple application. Razor class library has components that are developed in mudblazor.
Here is the Question : Mudblazor has static files(css,js). that is been referred by client who ever consuming. In future if mudblazor is replaced with other UI Component. Client may need to change the references for static files. What is the best approach that we can do with out changing the client references.That mean client should not change anything(css,js references).