@syncfusion/ej2-navigations
TypeScript icon, indicating that this package has built-in type declarations

29.1.40 • Public • Published

JavaScript Navigation Controls

What's Included in the JavaScript Navigation Package

The JavaScript Navigation package includes the following list of components.

JavaScript Accordion

The JavaScript Accordion is a container-based control with vertically collapsible panels (vertical accordion) and stacked headers that expand or collapse one or more panels at a time within the available space.

Getting Started . Online demos . Learn more

JavaScript Accordion Control

Key features

  • Rendering - Can be rendered based on the items collection and HTML elements.
  • Expand mode - Supports to define single or multiple expand mode for Accordion panels.
  • RTL support - Supports right-to-left alignment.
  • Accessibility - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Accordion by using keyboard shortcuts.

JavaScript AppBar

The JavaScript AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.

Getting Started . Online demos . Learn more

JavaScript AppBar Control

Key features

  • Modes - Regular, Prominent, and Dense modes that define the AppBar height.
  • Content arrangement - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
  • Color - Primary, Light, Dark, and Inherit options to customize the AppBar color.
  • Position - AppBars can be placed at the top or bottom of the screen. It can also be sticky.

JavaScript Breadcrumb

The JavaScript Breadcrumb is a graphical user interface that serves as a navigation header for your web application or site. It helps to identify or highlight the current location within the hierarchical structure of a website. It has several built-in features such as templates, icons, binding to location, overflow mode, and UI customizations.

Getting Started . Online demos . Learn more

JavaScript Breadcrumb Control

Key features

  • Icons - Icons can be specified in Breadcrumb items.
  • Template - Supports template for item and separator.
  • Bind to location - Supports items to be rendered based on the URL or current location.
  • Overflow mode - Used to limit the number of breadcrumb items to be displayed.
  • Accessibility - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.

JavaScript Carousel

The JavaScript Carousel component allows users to display images with content, links, etc., like a slide show. Typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries.

Getting Started . Online demos . Learn more

JavaScript Carousel Control

Key features

  • Rendering - The Carousel component can be rendered based on the items collection and data binding.
  • Animation - Supports animation effects for moving previous/next item of Carousel.
  • Template support - The Carousel component items and buttons can also be rendered with custom templates.
  • Keyboard support - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
  • Accessibility - The Carousel provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.

JavaScript ContextMenu

The JavaScript ContextMenu is a graphical user interface control that appears when the user right-clicks or performs a touch and hold action.

Getting Started . Online demos . Learn more

JavaScript ContextMenu Control

Key features

  • Separator - Supports menu items grouping by using the Separator.
  • Icons and Navigations - Supports items to have Icons and Navigation URL's.
  • Template and Multilevel nesting - Supports template and multilevel nesting in ContextMenu.
  • Accessibility - Provided with built-in accessibility support that helps to access all the ContextMenu component features through the keyboard, screen readers, or other assistive technology devices.

JavaScript Sidebar

The JavaScript Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.

Getting Started . Online demos . Learn more

JavaScript Sidebar Control

Key features

  • Target - The sidebar can be initialized in any HTML element other than the body element.
  • Types - Provides complete control over the appearance of the sidebar component. The different types of the sidebar control give flexibility to view or hide the content (primary/secondary) over/above the main content by pushing, sliding, or overlaying it.
  • Left or right positions - The sidebar control can be positioned to the left or right side of the main content area. This option allows placement of two sidebars in a page, at the left and right, to show primary content and secondary content, simultaneously.
  • Docking - Docking lets the sidebar occupy a small vertical area in a page always and typically contains shortened view of navigation options.
  • Auto close - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.

JavaScript Tab

The JavaScript Tab control is a simple user interface (tabs UI) for organizing related content and occupying a compact space. The tabs are aligned horizontally, and each tab is associated with its header.

Getting Started . Online demos . Learn more

JavaScript Tab Control

Key features

  • Rendering - Can be rendered based on the items collection and HTML elements.
  • Adaptive - Supports responsive rendering with scrollable Tabs and popup menu.
  • Customization - Provides customization support for header with icons and orientation.
  • Animation - Supports animation effects for moving previous/next contents of Tab.
  • Accessibility - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Tab headers by using keyboard shortcuts.

JavaScript Toolbar

The JavaScript Toolbar is a feature-rich control that provides an interface for selecting a command from a collection of commands.

Getting Started . Online demos . Learn more

JavaScript Toolbar Control

Key features

  • Scrollable - Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the commands overflow available space.
  • Popup - Popup display mode displays commands in the popup when the commands overflow available space.
  • Template support - The Toolbar component can also be rendered based on the given HTML element aside from item based collection rendering.
  • Keyboard support - By default, the Toolbar allows interaction with commands by using keyboard shortcuts.
  • RTL support - The Toolbar supports right-to-left alignment.
  • Accessibility - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.

JavaScript TreeView

The JavaScript TreeView is a graphical user interface control that to represents hierarchical data in a tree structure.

Getting Started . Online demos . Learn more

JavaScript TreeView Control

Key features

  • Data binding - Binds the TreeView component with an array of JavaScript objects or DataManager.
  • CheckBox - Allows you to select more than one node in TreeView without affecting the UI appearance.
  • Drag and drop - Allows you to drag and drop any node in TreeView.
  • Multi selection - Allows you to select more than one node in TreeView.
  • Node editing - Allows you to change the text of a node in TreeView.
  • Sorting - Allows display of the TreeView nodes in an ascending or a descending order.
  • Template - Allows you to customize the nodes in TreeView.
  • Accessibility - Provides built-in accessibility support that helps to access all the TreeView component features through the keyboard, on-screen readers, or other assistive technology devices.

JavaScript Menu

The JavaScript Menu is a graphical user interface control that serves as a navigation header for your web application or site.

Getting Started . Online demos . Learn more

JavaScript Menu Control

Key features

  • Rendering - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
  • Separator - Supports menu items grouping by using the Separator.
  • Icons and Navigations - Supports items to have Icons and Navigation URL's.
  • Template and Multilevel nesting - Supports template and multilevel nesting in Menu.
  • Hamburger Menu - Supports Hamburger Menu that provides an adaptive view.
  • Accessibility - Provided with built-in accessibility support that helps to access all the Menu component features through the keyboard, screen readers, or other assistive technology devices.

JavaScript Stepper

The JavaScript Stepper control enables users to navigate through a series of steps or stages in a process within a web application. Stepper displays a list of steps with the current step highlighted, allowing users to move between steps. It includes several built-in features, such as different step types, orientation, linear flow, label positions, and template customization.

Getting Started . Online demos . Learn more

JavaScript Stepper Control

Key features

  • Step Types - Display steps with indicators and labels, only indicators, or only labels.
  • Orientation - A layout to display steps in a horizontal or vertical orientation.
  • Linear Flow - Enable a step-by-step progression, completing one step before moving on to the next.
  • Label Positioning - Show the label at the top, bottom, left, or right.
  • Tooltip - Show additional information when users hover over a step, such as a label or customized text.
  • Templates - Customize the default appearance and content of each step using templates.

Trusted by the world's leading companies Syncfusion logo

Setup

To install navigations and its dependent packages, use the following command.

npm install @syncfusion/ej2-navigations

Supported frameworks

Navigation controls are also offered in following list of frameworks.


     Angular    

       React      

       Vue         

  ASP.NET Core  

  ASP.NET MVC  

Showcase samples

Support

Product support is available through following mediums.

Changelog

Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.

License and copyright

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license for 80+ JavaScript UI controls, you can purchase or start a free 30-day trial.

A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

See LICENSE FILE for more info.

© Copyright 2025 Syncfusion® Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
28.1.33-686179137beta
29.1.400latest

Version History

VersionDownloads (Last 7 Days)Published
29.1.400
29.1.3810,114
29.1.373,694
29.1.347,428
29.1.331,021
28.2.127,117
28.2.116,643
28.2.64,234
28.2.51,130
28.1.33-686179137
28.2.4935
28.2.31,491
28.1.412,805
28.1.39408
28.1.371,180
28.1.36208
28.1.35300
28.1.33457
27.2.56,089
27.2.4468
27.2.3211
27.2.2695
27.1.582,689
27.1.57476
27.1.5692
27.1.55201
27.1.53851
20.1.51-104602
27.1.52296
27.1.51166
27.1.50243
27.1.48383
26.2.127,937
26.2.11166
26.2.106,103
26.2.8586
26.2.798
26.2.5163
26.2.4216
26.1.411,862
26.1.4080
26.1.39384
26.1.38105
26.1.35362
25.2.65,579
25.2.4583
25.2.3480
25.1.42671
25.1.35-5799880
25.1.41435
25.1.40157
25.1.39178
25.1.38156
25.1.37117
25.1.35262
24.2.84,346
24.2.4705
24.2.3143
24.1.461,540
24.1.411,224
23.2.75,116
23.2.5429
22.2.8-1849930
23.2.4405
23.1.441,361
23.1.43331
17.3.14-966150
23.1.41129
23.1.4042
23.1.3983
23.1.36180
22.2.112,931
22.2.8515
22.2.738
22.2.5108
22.1.39615
22.1.3839
22.1.3683
21.1.422,205
21.1.360
22.1.3466
21.2.93,148
21.2.844
21.2.614
21.2.5195
21.2.449
21.2.383
21.1.39883
21.1.3857
16.4.52-465851
21.1.3722
21.1.35100
20.4.535,432
20.4.5213
20.4.5148
20.4.49161
20.4.489
20.4.44260
20.4.43212
20.4.4259
20.4.4090
20.4.38172
20.3.60843
20.3.5842
20.3.5711
20.3.56183
20.3.5230
20.3.5022
20.3.4927
20.3.483
20.3.4747
20.2.501,152
20.2.4963
20.2.4856
20.2.4673
20.2.4523
20.2.4438
20.2.4347
20.2.3938
20.2.3844
20.2.36415
20.1.617,638
20.1.6026
20.1.5855
20.1.5713
20.1.5641
20.1.5524
20.1.51144
20.1.4846
20.1.4744
19.4.567,560
19.4.55242
19.4.53158
19.4.5239
19.4.50322
19.4.48133
19.4.475
19.4.4160
19.4.4022
19.4.38213
19.3.57256
19.3.569
19.3.5452
19.3.5351
19.3.4642
19.3.4513
19.3.4426
19.3.4333
19.2.62698
19.2.6040
19.2.5953
19.2.56142
19.2.5555
19.2.5175
19.2.48145
19.2.46137
19.2.448
19.1.69313
19.1.67107
19.1.6676
19.1.6331
19.1.5925
19.1.5811
19.1.57169
19.1.5435
18.4.473,115
18.4.44170
18.4.4290
18.4.416
18.4.3930
18.4.3579
17.2.55-12054792
18.4.3432
18.4.3332
18.4.3174
18.4.3015
18.3.53193
18.3.5164
17.2.52-12054792
18.3.5019
18.3.475
18.3.445
17.2.49-beta2
18.3.4220
18.3.4043
18.3.3542
18.2.58208
18.2.5717
18.2.5519
18.2.5431
18.2.4791
18.2.4614
18.2.44181
18.1.571,327
18.1.557
18.1.5411
18.1.5217
18.1.4643
18.1.4516
18.1.434
18.1.426
18.1.36-beta3
17.4.551,282
17.4.5146
17.4.50129
17.4.492
17.4.476
17.4.4634
17.4.445
17.4.4321
17.4.4223
17.4.410
17.4.3926
17.3.3445
17.3.2724
17.3.260
17.3.212
17.3.1911
17.3.176
17.3.168
17.3.1418
17.3.9-beta0
17.2.49260
17.2.48-beta1
17.2.29-beta2
17.2.476
17.2.462
17.2.4123
17.2.405
17.2.394
17.2.363
17.2.345
17.2.28-beta0
17.1.4923
17.1.481
17.1.477
17.1.4315
17.1.420
17.1.4155
17.1.400
17.1.385
17.1.32-beta2
16.4.54335
16.4.532
16.4.526
17.1.1-beta1
16.4.4717
16.4.450
16.4.443
16.4.420
16.4.40-beta2
16.3.3439
16.3.330
16.3.303
16.3.293
16.3.271
16.3.254
16.3.240
16.3.231
16.3.210
16.3.1713
16.2.5083
16.2.492
16.2.482
16.2.470
16.2.461
16.2.451
16.2.441
16.2.412
16.1.426
16.1.402
16.1.381
16.1.373
16.1.351
16.1.342
16.1.320
16.1.283
16.1.261
16.1.241
15.4.302
15.4.274
15.4.262
15.4.252
15.4.230
15.4.220
15.4.212
15.4.200
15.4.170
1.0.250
1.0.220
1.0.192
1.0.181
1.0.172
1.0.141
1.0.112
1.0.100
1.0.80
1.0.52
1.0.42
1.0.32
1.0.02

Package Sidebar

Install

npm i @syncfusion/ej2-navigations

Weekly Downloads

132,963

Version

29.1.40

License

SEE LICENSE IN license

Unpacked Size

36.7 MB

Total Files

1437

Last publish

Collaborators

  • syncfusionorg
  • essentialjs2
  • syncfusion-javascript