README.md
November 2, 2018 ยท View on GitHub
BlazorSplit

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.
Demo and Documentation
https://blazorcomponents.github.io/BlazorSplit/
Prerequisites
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).
Installation
To Install
Install-Package BlazorSplit
or
dotnet add package BlazorSplit
Usage
- In cshtml file add this:
<Split>
<SplitArea>
Test1
</SplitArea>
<SplitArea>
Test2
</SplitArea>
</Split>