TryMudBlazor
TryMudBlazor copied to clipboard
[Feature Request] Change version or use dev branch
It would be nice to have an option to change MudBlazor version in the bottom right corner.
And be able to use dev branch to try out the most recent features and updates.
I think it would be cool, yes. It would require nuget support
The problem is that we forked our TryMudBlazor from an earlier version of BlazorREPL. Shortly before they hid the source code there was a version that supported loading nugets. That version has been forked and preserved by https://github.com/BlazorSnippet/BlazorSnippet but it would be quite a little bit of work to merge this with our version which has since diverged a lot.
The second thing it would require would be nightly builds that push to nuget of our dev branch.
We don't have neither ATM and both are quite some work.
You are welcome to use my try at https://try.arctechonline.tech which should always include the latest version as well as commits to whatever I am working on last. My personal try also includes javascript, cdn, css support as well as a built in component library to choose from for starting point.
You are welcome to use my try at https://try.arctechonline.tech which should always include the latest version as well as commits to whatever I am working on last. My personal try also includes javascript, cdn, css support as well as a built in component library to choose from for starting point.
Thanks, I will try that.