Skip to content

BlazorComponents/BlazorSplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorSplit

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.

  1. Visual Studio 2017 (15.8 or later)
  2. DotNetCore 2.1 (2.1.402 or later).

Installation

NuGet

To Install

Install-Package BlazorSplit

or

dotnet add package BlazorSplit

Usage

  1. In cshtml file add this:
	<Split>
	        <SplitArea>
	            Test1
	        </SplitArea>
        	<SplitArea>
	            Test2
        	</SplitArea>
	</Split>