@syncfusion/ej2-vue-navigations 20.4.52 → 21.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -4
- package/README.md +211 -142
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +1195 -1613
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +1337 -1877
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +9 -9
- package/src/accordion/accordion.component.d.ts +3 -31
- package/src/accordion/accordion.component.js +137 -168
- package/src/accordion/items.directive.d.ts +2 -12
- package/src/accordion/items.directive.js +22 -71
- package/src/appbar/appbar.component.d.ts +3 -22
- package/src/appbar/appbar.component.js +83 -112
- package/src/breadcrumb/breadcrumb.component.d.ts +3 -25
- package/src/breadcrumb/breadcrumb.component.js +119 -150
- package/src/breadcrumb/items.directive.d.ts +2 -12
- package/src/breadcrumb/items.directive.js +22 -71
- package/src/carousel/carousel.component.d.ts +3 -29
- package/src/carousel/carousel.component.js +131 -162
- package/src/carousel/items.directive.d.ts +2 -12
- package/src/carousel/items.directive.js +22 -71
- package/src/context-menu/contextmenu.component.d.ts +3 -32
- package/src/context-menu/contextmenu.component.js +113 -142
- package/src/menu/items.directive.d.ts +2 -12
- package/src/menu/items.directive.js +22 -71
- package/src/menu/menu.component.d.ts +3 -32
- package/src/menu/menu.component.js +113 -142
- package/src/sidebar/sidebar.component.d.ts +3 -28
- package/src/sidebar/sidebar.component.js +128 -159
- package/src/tab/items.directive.d.ts +2 -12
- package/src/tab/items.directive.js +22 -71
- package/src/tab/tab.component.d.ts +3 -32
- package/src/tab/tab.component.js +113 -142
- package/src/toolbar/items.directive.d.ts +2 -12
- package/src/toolbar/items.directive.js +22 -71
- package/src/toolbar/toolbar.component.d.ts +3 -28
- package/src/toolbar/toolbar.component.js +101 -130
- package/src/treeview/treeview.component.d.ts +3 -39
- package/src/treeview/treeview.component.js +134 -163
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
package/CHANGELOG.md
CHANGED
|
@@ -2,14 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Tab
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I441253` - An issue with the `aria-disabled` role accessibility has been fixed.
|
|
10
|
+
|
|
11
|
+
### Toolbar
|
|
12
|
+
|
|
13
|
+
#### Breaking Changes
|
|
14
|
+
|
|
15
|
+
- We improved the Toolbar alignments with a flex design, which may cause slight changes to the alignment of Toolbar items.
|
|
16
|
+
|
|
17
|
+
## 20.4.53 (2023-03-07)
|
|
18
|
+
|
|
19
|
+
### Sidebar
|
|
8
20
|
|
|
9
21
|
#### Bug Fixes
|
|
10
22
|
|
|
11
|
-
- `#
|
|
12
|
-
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
|
|
23
|
+
- `#F180770` - While dynamically setting value for showBackdrop property results in creating duplicate DOM elements in Sidebar is resolved.
|
|
13
24
|
|
|
14
25
|
### ContextMenu
|
|
15
26
|
|
|
@@ -23,6 +34,23 @@
|
|
|
23
34
|
|
|
24
35
|
- `#I437629` - Issue with "Breadcrumb overflow mode menu creates a dark point for multiple click " has been resolved.
|
|
25
36
|
|
|
37
|
+
### TreeView
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
- `#I436646`, `#I435360` - Resolved issue, while drag and drop other elements over TreeView component, then "not-allowed" cursor appears.
|
|
42
|
+
|
|
43
|
+
## 20.4.52 (2023-02-28)
|
|
44
|
+
|
|
45
|
+
## 20.4.51 (2023-02-21)
|
|
46
|
+
|
|
47
|
+
### TreeView
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
|
|
52
|
+
- `#I428002` - The accessibility related issues in the TreeView has been resolved.
|
|
53
|
+
|
|
26
54
|
## 20.4.49 (2023-02-07)
|
|
27
55
|
|
|
28
56
|
### Accordion
|
package/README.md
CHANGED
|
@@ -1,208 +1,277 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Vue Navigation Components
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## What's Included in the Vue Navigation Package
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Following list of components are available in the package.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Vue Accordion
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
The [Vue Accordion](https://www.syncfusion.com/vue-components/vue-accordion?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component 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.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/accordion/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
13
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/accordion/default.html">Online demos</a> .
|
|
14
|
+
<a href="https://www.syncfusion.com/vue-components/vue-accordion?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
15
|
+
</p>
|
|
12
16
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
<p align="center">
|
|
18
|
+
<img alt="Vue Accordion Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-accordion.png">
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
#### Key features
|
|
22
|
+
|
|
23
|
+
* [Rendering](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/accordion/default.html) - Can be rendered based on the items collection and HTML elements.
|
|
24
|
+
* [Expand mode](https://ej2.syncfusion.com/vue/documentation/accordion/expand-mode/) - Supports to define single or multiple expand mode for Accordion panels.
|
|
25
|
+
* RTL support - Supports right-to-left alignment.
|
|
26
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/accordion/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.
|
|
27
|
+
|
|
28
|
+
### Vue AppBar
|
|
29
|
+
|
|
30
|
+
The [Vue AppBar](https://www.syncfusion.com/vue-components/vue-appbar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
|
|
31
|
+
|
|
32
|
+
<p align="center">
|
|
33
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/appbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
34
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/appbar/default.html">Online demos</a> .
|
|
35
|
+
<a href="https://www.syncfusion.com/vue-components/vue-appbar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
36
|
+
</p>
|
|
37
|
+
|
|
38
|
+
<p align="center">
|
|
39
|
+
<img alt="Vue AppBar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-appbar.PNG">
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
#### Key features
|
|
43
|
+
|
|
44
|
+
* [Modes](https://ej2.syncfusion.com/vue/documentation/appbar/size-and-color/) - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
|
|
45
|
+
* [Content arrangement](https://ej2.syncfusion.com/vue/documentation/appbar/design/) - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
|
|
46
|
+
* [Color](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/appbar/color.html) - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
|
|
47
|
+
* [Position](https://ej2.syncfusion.com/vue/documentation/appbar/position/) - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
|
|
48
|
+
|
|
49
|
+
### Vue Breadcrumb
|
|
50
|
+
|
|
51
|
+
The [Vue Breadcrumb](https://www.syncfusion.com/vue-components/vue-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component 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.
|
|
16
52
|
|
|
17
|
-
|
|
53
|
+
<p align="center">
|
|
54
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/breadcrumb/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
55
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/breadcrumb/default.html">Online demos</a> .
|
|
56
|
+
<a href="https://www.syncfusion.com/vue-components/vue-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
57
|
+
</p>
|
|
18
58
|
|
|
19
|
-
|
|
59
|
+
<p align="center">
|
|
60
|
+
<img alt="Vue Breadcrumb Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-breadcrumb.png">
|
|
61
|
+
</p>
|
|
20
62
|
|
|
21
|
-
|
|
63
|
+
#### Key features
|
|
22
64
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
65
|
+
* [Icons](https://ej2.syncfusion.com/vue/documentation/breadcrumb/icons/) - Icons can be specified in Breadcrumb items.
|
|
66
|
+
* [Template](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/breadcrumb/template-and-customization.html) - Supports template for item and separator.
|
|
67
|
+
* [Bind to location](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/breadcrumb/bind-to-location.html) - Supports items to be rendered based on the URL or current location.
|
|
68
|
+
* [Overflow mode](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/breadcrumb/overflow-modes.html) - Used to limit the number of breadcrumb items to be displayed.
|
|
69
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/breadcrumb/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.
|
|
27
70
|
|
|
28
|
-
|
|
71
|
+
### Vue Carousel
|
|
29
72
|
|
|
30
|
-
|
|
31
|
-
* [API References](https://ej2.syncfusion.com/vue/documentation/appbar/api-appbar.html?utm_source=npm&utm_campaign=appbar)
|
|
32
|
-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=appbar#/material/appbar/default.html)
|
|
33
|
-
* [Product Page](https://www.syncfusion.com/products/vue/appbar)
|
|
73
|
+
The [Vue Carousel](https://www.syncfusion.com/vue-components/vue-carousel?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) 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.
|
|
34
74
|
|
|
35
|
-
|
|
75
|
+
<p align="center">
|
|
76
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/carousel/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
77
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/carousel/default.html">Online demos</a> .
|
|
78
|
+
<a href="https://www.syncfusion.com/vue-components/vue-carousel?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
79
|
+
</p>
|
|
36
80
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* [Product Page](https://www.syncfusion.com/vue-ui-components/vue-breadcrumb)
|
|
81
|
+
<p align="center">
|
|
82
|
+
<img alt="Vue Carousel Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-carousel.PNG">
|
|
83
|
+
</p>
|
|
41
84
|
|
|
42
|
-
|
|
85
|
+
#### Key features
|
|
43
86
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
87
|
+
* [Rendering](https://ej2.syncfusion.com/vue/documentation/carousel/populating-items/) - The Carousel component can be rendered based on the items collection and data binding.
|
|
88
|
+
* [Animation](https://ej2.syncfusion.com/vue/documentation/carousel/animations-and-transitions/) - Supports animation effects for moving previous/next item of Carousel.
|
|
89
|
+
* [Template support](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/carousel/templates.html) - The Carousel component items and buttons can also be rendered with custom templates.
|
|
90
|
+
* [Keyboard support](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/carousel/keyboard-navigation.html) - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
|
|
91
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/carousel/accessibility/) - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
|
|
48
92
|
|
|
49
|
-
|
|
93
|
+
### Vue ContextMenu
|
|
50
94
|
|
|
51
|
-
|
|
52
|
-
* [API References](https://ej2.syncfusion.com/vue/documentation/api/context-menu?utm_source=npm&utm_campaign=context-menu)
|
|
53
|
-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=context-menu#/material/context-menu/default.html)
|
|
54
|
-
* [Product Page](https://www.syncfusion.com/vue-ui-components/context-menu)
|
|
95
|
+
The [Vue ContextMenu](https://www.syncfusion.com/vue-components/vue-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component is a graphical user interface control that appears when the user right-clicks or performs a touch and hold action.
|
|
55
96
|
|
|
56
|
-
|
|
97
|
+
<p align="center">
|
|
98
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/context-menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
99
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/context-menu/default.html">Online demos</a> .
|
|
100
|
+
<a href="https://www.syncfusion.com/vue-components/vue-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
101
|
+
</p>
|
|
57
102
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
* [Product page](https://www.syncfusion.com/products/vue-ui-components/sidebar)
|
|
103
|
+
<p align="center">
|
|
104
|
+
<img alt="Vue ContextMenu Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-context-menu.png">
|
|
105
|
+
</p>
|
|
62
106
|
|
|
63
|
-
|
|
107
|
+
#### Key features
|
|
64
108
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
109
|
+
* [Separator](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/context-menu/default.html) - Supports menu items grouping by using the Separator.
|
|
110
|
+
* [Icons and Navigations](https://ej2.syncfusion.com/vue/documentation/context-menu/icons-and-navigation/) - Supports items to have Icons and Navigation URL's.
|
|
111
|
+
* [Template and Multilevel nesting](https://ej2.syncfusion.com/vue/documentation/context-menu/template-and-multilevel-nesting/) - Supports template and multilevel nesting in ContextMenu.
|
|
112
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/context-menu/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.
|
|
69
113
|
|
|
70
|
-
|
|
114
|
+
### Vue Sidebar
|
|
71
115
|
|
|
72
|
-
|
|
73
|
-
* [API References](https://ej2.syncfusion.com/vue/documentation/toolbar/api-toolbar.html?utm_source=npm&utm_campaign=toolbar)
|
|
74
|
-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=toolbar#/material/toolbar/default.html)
|
|
75
|
-
* [Product Page](https://www.syncfusion.com/products/vue/toolbar)
|
|
116
|
+
The [Vue Sidebar](https://www.syncfusion.com/vue-components/vue-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
|
|
76
117
|
|
|
77
|
-
|
|
118
|
+
<p align="center">
|
|
119
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/sidebar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
120
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/sidebar/default.html">Online demos</a> .
|
|
121
|
+
<a href="https://www.syncfusion.com/vue-components/vue-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
122
|
+
</p>
|
|
78
123
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
* [Product Page](https://www.syncfusion.com/vue-ui-components/tree-view)
|
|
124
|
+
<p align="center">
|
|
125
|
+
<img alt="Vue Sidebar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-sidebar.png">
|
|
126
|
+
</p>
|
|
83
127
|
|
|
84
|
-
|
|
128
|
+
#### Key features
|
|
85
129
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
130
|
+
* [Target](https://ej2.syncfusion.com/vue/documentation/sidebar/custom-context/) - The sidebar can be initialized in any HTML element other than the body element.
|
|
131
|
+
* [Types](https://ej2.syncfusion.com/vue/documentation/sidebar/variations/) - 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.
|
|
132
|
+
* [Left or right positions](https://ej2.syncfusion.com/vue/documentation/sidebar/variations/) - 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.
|
|
133
|
+
* [Docking](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/sidebar/docking-sidebar.html) - Docking lets the sidebar occupy a small vertical area in a page always and typically contains shortened view of navigation options.
|
|
134
|
+
* [Auto close](https://ej2.syncfusion.com/vue/documentation/sidebar/auto-close/) - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.
|
|
90
135
|
|
|
91
|
-
|
|
136
|
+
### Vue Tab
|
|
92
137
|
|
|
93
|
-
|
|
138
|
+
The [Vue Tab](https://www.syncfusion.com/vue-components/vue-tabs?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component 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.
|
|
94
139
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/accordion)
|
|
140
|
+
<p align="center">
|
|
141
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/tab/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
142
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/tab/default.html">Online demos</a> .
|
|
143
|
+
<a href="https://www.syncfusion.com/vue-components/vue-tabs?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
144
|
+
</p>
|
|
101
145
|
|
|
102
|
-
|
|
146
|
+
<p align="center">
|
|
147
|
+
<img alt="Vue Tab Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-tabs.png">
|
|
148
|
+
</p>
|
|
103
149
|
|
|
104
|
-
|
|
150
|
+
#### Key features
|
|
105
151
|
|
|
106
|
-
*
|
|
107
|
-
*
|
|
152
|
+
* [Rendering](https://ej2.syncfusion.com/vue/documentation/tab/adaptive/) - Can be rendered based on the items collection and HTML elements.
|
|
153
|
+
* [Adaptive](https://ej2.syncfusion.com/vue/documentation/tab/adaptive/) - Supports responsive rendering with scrollable Tabs and popup menu.
|
|
154
|
+
* [Customization](https://ej2.syncfusion.com/vue/documentation/tab/style/) - Provides customization support for header with icons and orientation.
|
|
155
|
+
* [Animation](https://ej2.syncfusion.com/vue/documentation/tab/how-to/set-custom-animation/) - Supports animation effects for moving previous/next contents of Tab.
|
|
156
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/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.
|
|
108
157
|
|
|
109
|
-
|
|
158
|
+
### Vue Toolbar
|
|
110
159
|
|
|
111
|
-
|
|
160
|
+
The [Vue Toolbar](https://www.syncfusion.com/vue-components/vue-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component is a feature-rich control that provides an interface for selecting a command from a collection of commands.
|
|
112
161
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
162
|
+
<p align="center">
|
|
163
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/toolbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
164
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/toolbar/default.html">Online demos</a> .
|
|
165
|
+
<a href="https://www.syncfusion.com/vue-components/vue-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
166
|
+
</p>
|
|
117
167
|
|
|
118
|
-
|
|
168
|
+
<p align="center">
|
|
169
|
+
<img alt="Vue Toolbar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-toolbar.png">
|
|
170
|
+
</p>
|
|
119
171
|
|
|
120
|
-
|
|
121
|
-
2. **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
|
|
122
|
-
3. **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
|
|
123
|
-
4. **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
|
|
172
|
+
#### Key features
|
|
124
173
|
|
|
125
|
-
|
|
174
|
+
* [Scrollable](https://ej2.syncfusion.com/vue/documentation/toolbar/responsive-mode/#scrollable) - Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the commands overflow available space.
|
|
175
|
+
* [Popup](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/toolbar/popup.html) - Popup display mode displays commands in the popup when the commands overflow available space.
|
|
176
|
+
* [Template support](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/toolbar/template.html) - The Toolbar component can also be rendered based on the given HTML element aside from item based collection rendering.
|
|
177
|
+
* [Keyboard support](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/toolbar/keyboard-interaction.html) - By default, the Toolbar allows interaction with commands by using keyboard shortcuts.
|
|
178
|
+
* RTL support - The Toolbar supports right-to-left alignment.
|
|
179
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/toolbar/accessibility/) - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
|
|
126
180
|
|
|
127
|
-
|
|
128
|
-
2. **Template** - Supports template for item and separator.
|
|
129
|
-
3. **Bind To Location** - Supports items to be rendered based on the URL or current location.
|
|
130
|
-
4. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
|
|
131
|
-
5. **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.
|
|
181
|
+
### Vue TreeView
|
|
132
182
|
|
|
133
|
-
|
|
183
|
+
The [Vue TreeView](https://www.syncfusion.com/vue-components/vue-treeview?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component is a graphical user interface control that to represents hierarchical data in a tree structure.
|
|
134
184
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
185
|
+
<p align="center">
|
|
186
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/treeview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
187
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/default.html">Online demos</a> .
|
|
188
|
+
<a href="https://www.syncfusion.com/vue-components/vue-treeview?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
189
|
+
</p>
|
|
140
190
|
|
|
141
|
-
|
|
191
|
+
<p align="center">
|
|
192
|
+
<img alt="Vue TreeView Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-treeview.png">
|
|
193
|
+
</p>
|
|
142
194
|
|
|
143
|
-
|
|
144
|
-
2. **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
|
|
145
|
-
3. **Template and Multilevel Nesting** - Supports template and multilevel nesting in ContextMenu.
|
|
146
|
-
4. **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.
|
|
195
|
+
#### Key features
|
|
147
196
|
|
|
148
|
-
|
|
197
|
+
* [Data binding](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/local-data.html) - Binds the TreeView component with an array of JavaScript objects or DataManager.
|
|
198
|
+
* [CheckBox](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/check-box.html) - Allows you to select more than one node in TreeView without affecting the UI appearance.
|
|
199
|
+
* [Drag and drop](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/drag-and-drop.html) - Allows you to drag and drop any node in TreeView.
|
|
200
|
+
* [Multi selection](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/multiple-selection.html) - Allows you to select more than one node in TreeView.
|
|
201
|
+
* [Node editing](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/node-editing.html) - Allows you to change the text of a node in TreeView.
|
|
202
|
+
* Sorting - Allows display of the TreeView nodes in an ascending or a descending order.
|
|
203
|
+
* [Template](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/treeview/template.html) - Allows you to customize the nodes in TreeView.
|
|
204
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/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.
|
|
149
205
|
|
|
150
|
-
|
|
151
|
-
2. **Popup** - Popup display mode displays commands in the popup when the commands overflow available space.
|
|
152
|
-
3. **Template Support** - The Toolbar component can also be rendered based on the given HTML element aside from item based collection rendering.
|
|
153
|
-
4. **Keyboard Support** - By default, the Toolbar allows interaction with commands by using keyboard shortcuts.
|
|
154
|
-
5. **RTL Support** - The Toolbar supports right-to-left alignment.
|
|
155
|
-
6. **Accessibility** - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
|
|
206
|
+
### Vue Menu
|
|
156
207
|
|
|
157
|
-
|
|
208
|
+
The [Vue Menu](https://www.syncfusion.com/vue-components/vue-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm) component is a graphical user interface control that serves as a navigation header for your web application or site. It supports data binding, templates, icons, multilevel nesting, and horizontal and vertical menus.
|
|
158
209
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
210
|
+
<p align="center">
|
|
211
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Getting Started</a> .
|
|
212
|
+
<a href="https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/menu/default.html">Online demos</a> .
|
|
213
|
+
<a href="https://www.syncfusion.com/vue-components/vue-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm">Learn more</a>
|
|
214
|
+
</p>
|
|
164
215
|
|
|
165
|
-
|
|
216
|
+
<p align="center">
|
|
217
|
+
<img alt="Vue Menu Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/vue/vue-menu-bar.png">
|
|
218
|
+
</p>
|
|
166
219
|
|
|
167
|
-
|
|
168
|
-
2. **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.
|
|
169
|
-
3. **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.
|
|
170
|
-
4. **Docking** - Docking lets the sidebar occupy a small vertical area in a page always and typically contains shortened view of navigation options.
|
|
171
|
-
5. **Auto close** - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.
|
|
220
|
+
#### Key features
|
|
172
221
|
|
|
173
|
-
|
|
222
|
+
* [Rendering](https://ej2.syncfusion.com/vue/documentation/menu/getting-started/) - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
|
|
223
|
+
* [Separator](https://ej2.syncfusion.com/vue/documentation/menu/getting-started/#group-menu-items-with-separator) - Supports menu items grouping by using the Separator.
|
|
224
|
+
* [Icons and Navigations](https://ej2.syncfusion.com/vue/documentation/menu/icons-and-sub-menu-items/) - Supports items to have Icons and Navigation URL's.
|
|
225
|
+
* [Template and Multilevel nesting](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/menu/template.html) - Supports template and multilevel nesting in Menu.
|
|
226
|
+
* [Hamburger Menu](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm#/bootstrap5/menu/hamburger-mode.html) - Supports Hamburger Menu that provides an adaptive view.
|
|
227
|
+
* [Accessibility](https://ej2.syncfusion.com/vue/documentation/menu/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.
|
|
174
228
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
7. **Template** - Allows you to customize the nodes in TreeView.
|
|
182
|
-
8. **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.
|
|
229
|
+
<p align="center">
|
|
230
|
+
Trusted by the world's leading companies
|
|
231
|
+
<a href="https://www.syncfusion.com/">
|
|
232
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
|
|
233
|
+
</a>
|
|
234
|
+
</p>
|
|
183
235
|
|
|
184
|
-
|
|
236
|
+
## Setup
|
|
237
|
+
|
|
238
|
+
To install `navigations` and its dependent packages, use the following command.
|
|
239
|
+
|
|
240
|
+
```sh
|
|
241
|
+
npm install @syncfusion/ej2-vue-navigations
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
## Supported frameworks
|
|
185
245
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
246
|
+
Navigation components are also offered in following list of frameworks.
|
|
247
|
+
|
|
248
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/> [Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
249
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
250
|
+
|
|
251
|
+
## Showcase samples
|
|
252
|
+
|
|
253
|
+
* [Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement/#/dashboard?utm_source=npm&utm_campaign=navigation)
|
|
191
254
|
|
|
192
255
|
## Support
|
|
193
256
|
|
|
194
257
|
Product support is available for through following mediums.
|
|
195
258
|
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
259
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
260
|
+
* [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm)
|
|
261
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-vue-ui-components/issues/new)
|
|
262
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/vue?utm_source=npm&utm_medium=listing&utm_campaign=vue-navigation-npm)
|
|
263
|
+
* Live chat
|
|
199
264
|
|
|
200
|
-
##
|
|
265
|
+
## Changelog
|
|
201
266
|
|
|
202
|
-
Check the
|
|
267
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/navigations/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
203
268
|
|
|
204
|
-
##
|
|
269
|
+
## License and copyright
|
|
270
|
+
|
|
271
|
+
> 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](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
272
|
+
|
|
273
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
205
274
|
|
|
206
|
-
|
|
275
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license) for more info.
|
|
207
276
|
|
|
208
277
|
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|