We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

syncfusion trusted companies

Overview

The Angular Splitter or Material Splitter is a layout user interface (UI) that provides resizable, expandable, collapsible, and nestable panes. It is useful for constructing different layouts in web apps such as Outlook style, Windows Explorer style, code editor UI, and more. The component can integrate other JavaScript UI controls inside its split panes.


Resizable panes

The Angular Splitter component has built-in resizable support that helps widen or shrink the panes. Users can control the resize behavior for individual panes with min and max size validation.

Angular splitter resizable support


Angular splitter collapsible support

Collapsible panes

Built-in support is available for expanding and collapsing the panes by interaction.


Multiple panes

Users can configure more than 2 panes to construct different layouts using Angular Splitter component such as Outlook-style, Windows explorer-style, Visual Studio code-style, and more.


Content as Angular UI component

Users can integrate other Angular UI component (For example: TreeView, ListView, Rich Text Editor), HTML markup, or plain text content in the split panes.


Vertical or horizontal orientation

The orientation of the split panes can either be horizontal or vertical inside the Angular Splitter component.


Angular splitter separator

Separator (Divider)

The Angular Splitter component has a split bar to visually split the panes that contains resize gripper.


Nested Angular Splitter

Splitters can be nested in various levels within the pane to create complex layout such as code editor-style layout.


Right-to-Left (RTL)

The Angular Splitter component supports right-to-left (RTL) rendering. Users can change the text direction and layout of the Splitter component from right to left. It improves the user experience and accessibility for users who use RTL languages.


Angular split customization

Customization

Configure the look and feel of your Angular split bar to match your requirement using several built-in options.


Themes

The Angular Splitter component has several built-in themes such as Material, Bootstrap, Fluent, Fabric (Office 365), Tailwind CSS, and High Contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.

Sizing to content

Users can specify pane size either in pixels or in percentage values including min and max range values to accommodate the sizing to its child component or content.


Other supported frameworks

Splitter is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Splitter platforms from the links below,


Angular version compatibility

With continuous improvement in Angular versions, the Angular Splitter is kept up to date to make it compatible with the latest version.


Angular Splitter Code Example

Easily get started with the Angular Splitter (Split Pane) using a few simple lines of HTML and TS code example as demonstrated below. Also explore our Angular Splitter Example that shows you how to render and configure a Splitter in Angular.

<div id="target" class="control-section default-splitter">
    <div class="pane1">
        <div id="pane-heading">Horizontal Splitter</div>
        <ejs-splitter #horizontal height='110px' separatorSize=4 width='100%' >
            <e-panes>
                <e-pane size='25%' min='60px'>
                    <ng-template #content>
                        <div class="content">
                            <div>Left pane<div id='panetext'>size: 25%</div><div id='panetext'>min: 60px</div></div>
                        </div>
                    </ng-template>
                </e-pane>
            </e-panes>
        </ejs-splitter>
    </div>
</div>
import { Component } from '@angular/core';

@Component({
  selector: 'app-root',
  template: `
<div id='container'>
  <ejs-splitter #horizontal height='110px' width='100%' >
      <e-panes>
        <e-pane></e-pane>
        <e-pane></e-pane>
      </e-panes>
  </ejs-splitter>
</div>`
})
export class AppComponent {
constructor() {
}
}



85+ ANGULAR UI COMPONENTS

Frequently Asked Questions

  • Resizable and multiple split panes.
  • Easy to integrate Angular UI component as the pane content.
  • Design different layouts easily.
  • Splitter panes with built-in expand and collapse functionalities.
  • Supports vertical and horizontal orientation.
  • Defines various methods to load content to the splitter.
  • One of the best Angular Splitter components in the market that offers a feature-rich UI.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Angular Splitter.

You can find our Angular Splitter demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version
Download Free Trial No credit card required.

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile