Note: Just as Blazor, this repo is also experimental.
If you like the idea of this repo leave your feedback as an issue or star the repo or let me know on @samprof
Currently, starting with a simple Split.Js implementation.
https://blazorcomponents.github.io/BlazorSplit/
Don't know what Blazor is? Read here
Complete all Blazor dependencies.
- Visual Studio 2017 (15.8 or later)
- DotNetCore 2.1 (2.1.402 or later).
To Install
Install-Package BlazorSplit
or
dotnet add package BlazorSplit
- In cshtml file add this:
<Split>
<SplitArea>
Test1
</SplitArea>
<SplitArea>
Test2
</SplitArea>
</Split>