Webdiyer / BlazorSplit

BlazorSplit - resizeable split views for Blazor

Home Page:https://blazorcomponents.github.io/BlazorSplit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

BlazorSplit - resizeable split views for Blazor

https://blazorcomponents.github.io/BlazorSplit/

License:MIT License


Languages

Language:HTML 46.2%Language:C# 37.7%Language:CSS 13.8%Language:JavaScript 2.3%