@syncfusion/ej2-vue-navigations 20.4.53 → 21.1.37

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.
Files changed (162) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +211 -142
  3. package/dist/ej2-vue-navigations.umd.min.js +2 -2
  4. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-navigations.es2015.js +1195 -1613
  6. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-navigations.es5.js +1337 -1877
  8. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-navigations.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/accordion/accordion.component.d.ts +3 -31
  12. package/src/accordion/accordion.component.js +137 -168
  13. package/src/accordion/items.directive.d.ts +2 -12
  14. package/src/accordion/items.directive.js +22 -71
  15. package/src/appbar/appbar.component.d.ts +3 -22
  16. package/src/appbar/appbar.component.js +83 -112
  17. package/src/breadcrumb/breadcrumb.component.d.ts +3 -25
  18. package/src/breadcrumb/breadcrumb.component.js +119 -150
  19. package/src/breadcrumb/items.directive.d.ts +2 -12
  20. package/src/breadcrumb/items.directive.js +22 -71
  21. package/src/carousel/carousel.component.d.ts +3 -29
  22. package/src/carousel/carousel.component.js +131 -162
  23. package/src/carousel/items.directive.d.ts +2 -12
  24. package/src/carousel/items.directive.js +22 -71
  25. package/src/context-menu/contextmenu.component.d.ts +3 -32
  26. package/src/context-menu/contextmenu.component.js +113 -142
  27. package/src/menu/items.directive.d.ts +2 -12
  28. package/src/menu/items.directive.js +22 -71
  29. package/src/menu/menu.component.d.ts +3 -32
  30. package/src/menu/menu.component.js +113 -142
  31. package/src/sidebar/sidebar.component.d.ts +3 -28
  32. package/src/sidebar/sidebar.component.js +128 -159
  33. package/src/tab/items.directive.d.ts +2 -12
  34. package/src/tab/items.directive.js +22 -71
  35. package/src/tab/tab.component.d.ts +3 -32
  36. package/src/tab/tab.component.js +113 -142
  37. package/src/toolbar/items.directive.d.ts +2 -12
  38. package/src/toolbar/items.directive.js +22 -71
  39. package/src/toolbar/toolbar.component.d.ts +3 -28
  40. package/src/toolbar/toolbar.component.js +101 -130
  41. package/src/treeview/treeview.component.d.ts +3 -39
  42. package/src/treeview/treeview.component.js +134 -163
  43. package/styles/accordion/bootstrap-dark.css +0 -1
  44. package/styles/accordion/bootstrap.css +0 -1
  45. package/styles/accordion/bootstrap4.css +0 -1
  46. package/styles/accordion/bootstrap5-dark.css +3 -4
  47. package/styles/accordion/bootstrap5.css +3 -4
  48. package/styles/accordion/fabric-dark.css +0 -1
  49. package/styles/accordion/fabric.css +0 -1
  50. package/styles/accordion/fluent-dark.css +3 -4
  51. package/styles/accordion/fluent.css +3 -4
  52. package/styles/accordion/highcontrast-light.css +0 -1
  53. package/styles/accordion/highcontrast.css +0 -1
  54. package/styles/accordion/material-dark.css +0 -1
  55. package/styles/accordion/material.css +0 -1
  56. package/styles/accordion/tailwind-dark.css +3 -4
  57. package/styles/accordion/tailwind.css +3 -4
  58. package/styles/appbar/bootstrap-dark.css +3 -0
  59. package/styles/appbar/bootstrap.css +3 -0
  60. package/styles/appbar/bootstrap4.css +3 -0
  61. package/styles/appbar/bootstrap5-dark.css +3 -0
  62. package/styles/appbar/bootstrap5.css +3 -0
  63. package/styles/appbar/fabric-dark.css +3 -0
  64. package/styles/appbar/fabric.css +3 -0
  65. package/styles/appbar/fluent-dark.css +3 -0
  66. package/styles/appbar/fluent.css +3 -0
  67. package/styles/appbar/highcontrast-light.css +3 -0
  68. package/styles/appbar/highcontrast.css +3 -0
  69. package/styles/appbar/material-dark.css +3 -0
  70. package/styles/appbar/material.css +3 -0
  71. package/styles/appbar/tailwind-dark.css +3 -0
  72. package/styles/appbar/tailwind.css +3 -0
  73. package/styles/bootstrap-dark.css +669 -938
  74. package/styles/bootstrap.css +658 -927
  75. package/styles/bootstrap4.css +724 -993
  76. package/styles/bootstrap5-dark.css +685 -954
  77. package/styles/bootstrap5.css +686 -955
  78. package/styles/carousel/bootstrap-dark.css +4 -0
  79. package/styles/carousel/bootstrap.css +4 -0
  80. package/styles/carousel/bootstrap4.css +4 -0
  81. package/styles/carousel/bootstrap5-dark.css +4 -0
  82. package/styles/carousel/bootstrap5.css +4 -0
  83. package/styles/carousel/fabric-dark.css +4 -0
  84. package/styles/carousel/fabric.css +4 -0
  85. package/styles/carousel/fluent-dark.css +4 -0
  86. package/styles/carousel/fluent.css +4 -0
  87. package/styles/carousel/highcontrast-light.css +4 -0
  88. package/styles/carousel/highcontrast.css +4 -0
  89. package/styles/carousel/material-dark.css +4 -0
  90. package/styles/carousel/material.css +4 -0
  91. package/styles/carousel/tailwind-dark.css +4 -0
  92. package/styles/carousel/tailwind.css +4 -0
  93. package/styles/fabric-dark.css +669 -938
  94. package/styles/fabric.css +669 -938
  95. package/styles/fluent-dark.css +677 -946
  96. package/styles/fluent.css +677 -946
  97. package/styles/h-scroll/bootstrap-dark.css +1 -1
  98. package/styles/h-scroll/bootstrap.css +1 -1
  99. package/styles/h-scroll/bootstrap4.css +1 -1
  100. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  101. package/styles/h-scroll/bootstrap5.css +1 -1
  102. package/styles/h-scroll/fabric-dark.css +1 -1
  103. package/styles/h-scroll/fabric.css +1 -1
  104. package/styles/h-scroll/fluent-dark.css +1 -1
  105. package/styles/h-scroll/fluent.css +1 -1
  106. package/styles/h-scroll/highcontrast-light.css +1 -1
  107. package/styles/h-scroll/highcontrast.css +1 -1
  108. package/styles/h-scroll/material-dark.css +1 -1
  109. package/styles/h-scroll/material.css +1 -1
  110. package/styles/h-scroll/tailwind-dark.css +1 -1
  111. package/styles/h-scroll/tailwind.css +1 -1
  112. package/styles/highcontrast-light.css +668 -937
  113. package/styles/highcontrast.css +675 -944
  114. package/styles/material-dark.css +669 -938
  115. package/styles/material.css +661 -930
  116. package/styles/menu/bootstrap-dark.css +7 -7
  117. package/styles/menu/bootstrap.css +7 -7
  118. package/styles/menu/bootstrap4.css +10 -10
  119. package/styles/menu/bootstrap5-dark.css +7 -7
  120. package/styles/menu/bootstrap5.css +7 -7
  121. package/styles/menu/fabric-dark.css +7 -7
  122. package/styles/menu/fabric.css +7 -7
  123. package/styles/menu/fluent-dark.css +7 -7
  124. package/styles/menu/fluent.css +7 -7
  125. package/styles/menu/highcontrast-light.css +7 -7
  126. package/styles/menu/highcontrast.css +7 -7
  127. package/styles/menu/material-dark.css +7 -7
  128. package/styles/menu/material.css +7 -7
  129. package/styles/menu/tailwind-dark.css +7 -7
  130. package/styles/menu/tailwind.css +7 -7
  131. package/styles/tab/bootstrap-dark.css +5 -2
  132. package/styles/tab/bootstrap.css +5 -2
  133. package/styles/tab/bootstrap4.css +12 -9
  134. package/styles/tab/bootstrap5-dark.css +11 -8
  135. package/styles/tab/bootstrap5.css +11 -8
  136. package/styles/tab/fabric-dark.css +7 -4
  137. package/styles/tab/fabric.css +7 -4
  138. package/styles/tab/fluent-dark.css +8 -5
  139. package/styles/tab/fluent.css +8 -5
  140. package/styles/tab/highcontrast-light.css +10 -7
  141. package/styles/tab/highcontrast.css +10 -7
  142. package/styles/tab/material-dark.css +4 -1
  143. package/styles/tab/material.css +4 -1
  144. package/styles/tab/tailwind-dark.css +8 -5
  145. package/styles/tab/tailwind.css +8 -5
  146. package/styles/tailwind-dark.css +668 -937
  147. package/styles/tailwind.css +668 -937
  148. package/styles/toolbar/bootstrap-dark.css +647 -925
  149. package/styles/toolbar/bootstrap.css +638 -916
  150. package/styles/toolbar/bootstrap4.css +657 -935
  151. package/styles/toolbar/bootstrap5-dark.css +658 -936
  152. package/styles/toolbar/bootstrap5.css +658 -936
  153. package/styles/toolbar/fabric-dark.css +645 -923
  154. package/styles/toolbar/fabric.css +651 -929
  155. package/styles/toolbar/fluent-dark.css +650 -928
  156. package/styles/toolbar/fluent.css +650 -928
  157. package/styles/toolbar/highcontrast-light.css +642 -920
  158. package/styles/toolbar/highcontrast.css +647 -925
  159. package/styles/toolbar/material-dark.css +649 -927
  160. package/styles/toolbar/material.css +646 -924
  161. package/styles/toolbar/tailwind-dark.css +647 -925
  162. package/styles/toolbar/tailwind.css +645 -923
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### TreeView
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I449274` - Resolved the nodeSelected event not working properly issue on iPad.
10
+
11
+ ## 21.1.35 (2023-03-23)
12
+
13
+ ### Tab
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I441253` - An issue with the `aria-disabled` role accessibility has been fixed.
18
+
19
+ ### Toolbar
20
+
21
+ #### Breaking Changes
22
+
23
+ - We improved the Toolbar alignments with a flex design, which may cause slight changes to the alignment of Toolbar items.
24
+
25
+ ## 20.4.53 (2023-03-07)
26
+
5
27
  ### Sidebar
6
28
 
7
29
  #### Bug Fixes
package/README.md CHANGED
@@ -1,208 +1,277 @@
1
- # ej2-vue-navigations
1
+ # Vue Navigation Components
2
2
 
3
- ![ej2-vue-navigations](https://ej2.syncfusion.com/products/images/navigations/readMe.gif)
3
+ ## What's Included in the Vue Navigation Package
4
4
 
5
- > 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, you can purchase one at [https://www.syncfusion.com/sales/products](https://www.syncfusion.com/sales/products) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials).
5
+ Following list of components are available in the package.
6
6
 
7
- > 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.
7
+ ### Vue Accordion
8
8
 
9
- ## Setup
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
- To install `Navigations` and its dependent packages, use the following command.
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
- ```sh
14
- npm install @syncfusion/ej2-vue-navigations
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
- ## Components included
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
- Following list of components are available in the package
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
- * Accordion - Vertically collapsible content panel that displays one or more panels at a time within the available space.
63
+ #### Key features
22
64
 
23
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/accordion/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=accordion)
24
- * [API References](https://ej2.syncfusion.com/vue/documentation/accordion/api-accordion.html?utm_source=npm&utm_campaign=accordion)
25
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
26
- * [Product Page](https://www.syncfusion.com/products/vue/accordion)
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
- * AppBar - The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
71
+ ### Vue Carousel
29
72
 
30
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/appbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=appbar)
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
- * Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
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
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
38
- * [API References](https://ej2.syncfusion.com/vue/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
39
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default.html)
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
- * Carousel - The 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.
85
+ #### Key features
43
86
 
44
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel)
45
- * [API References](https://ej2.syncfusion.com/vue/documentation/api/carousel?utm_source=npm&utm_campaign=carousel)
46
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default.html)
47
- * [Product Page](https://www.syncfusion.com/vue-ui-components/vue-carousel)
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
- * ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items.
93
+ ### Vue ContextMenu
50
94
 
51
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu)
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
- * Sidebar - Expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
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
- * [Getting started](https://ej2.syncfusion.com/vue/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started)
59
- * [API references](https://ej2.syncfusion.com/vue/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar)
60
- * [View online demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default.html)
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
- * Tab - Content panel to show multiple contents in a specific space, one at a time.
107
+ #### Key features
64
108
 
65
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/tab/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=tab)
66
- * [API References](https://ej2.syncfusion.com/vue/documentation/tab/api-tab.html?utm_source=npm&utm_campaign=tab)
67
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=tab#/material/tab/default.html)
68
- * [Product Page](https://www.syncfusion.com/products/vue/tab)
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
- * Toolbar - Displays a group of command buttons arranged horizontally.
114
+ ### Vue Sidebar
71
115
 
72
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/toolbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=toolbar)
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
- * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.
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
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/treeview/getting-started.html?utm_source=npm&utm_campaign=treeview)
80
- * [API References](https://ej2.syncfusion.com/vue/documentation/api/treeview?utm_source=npm&utm_campaign=treeview)
81
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=treeview#/material/treeview/default.html)
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
- * Menu - Graphical user interface that serves as navigation header for your application or site. It has the support to provide nested level menu items that can be populated from a data source such as an array of JavaScript objects.
128
+ #### Key features
85
129
 
86
- * [Getting Started](https://ej2.syncfusion.com/vue/documentation/menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=menu)
87
- * [API References](https://ej2.syncfusion.com/vue/documentation/api/menu?utm_source=npm&utm_campaign=menu)
88
- * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=menu#/material/menu/default.html)
89
- * [Product Page](https://www.syncfusion.com/vue-ui-components/menu)
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
- ## Supported Frameworks
136
+ ### Vue Tab
92
137
 
93
- `Navigation` component is also offered in following list of frameworks.
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
- 1. [JavaScript](https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/navigations?utm_source=npm&utm_campaign=navigation)
96
- 2. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
97
- 3. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
98
- 4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/accordion)
99
- 5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/accordion)
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
- ## Use-case samples / Showcase samples
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
- Sidebar component is used in the following samples.
150
+ #### Key features
105
151
 
106
- * Expanse tracker ([Source](https://github.com/syncfusion/ej2-sample-ts-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/expensetracker/?utm_source=npm&utm_campaign=sidebar#/dashboard))
107
- * Web mail ([Source](https://github.com/syncfusion/ej2-sample-ts-webmail), [Live Demo](https://ej2.syncfusion.com/showcase/typescript/webmail/?utm_source=npm&utm_campaign=sidebar))
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
- ## Key Features
158
+ ### Vue Toolbar
110
159
 
111
- ### Accordion
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
- 1. **Rendering** - Can be rendered based on the items collection and HTML elements.
114
- 2. **Expand Mode** - Supports to define single or multiple expand mode for Accordion panels.
115
- 3. **RTL Support** - Supports right-to-left alignment.
116
- 4. **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.
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
- ### AppBar
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
- 1. **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
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
- ### Breadcrumb
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
- 1. **Icons** - Icons can be specified in Breadcrumb items.
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
- ### Carousel
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
- 1. **Rendering** - The Carousel component can be rendered based on the items collection and data binding.
136
- 2. **Animation** - Supports animation effects for moving previous/next item of Carousel.
137
- 3. **Template Support** - The Carousel component items and buttons can also be rendered with custom templates.
138
- 4. **Keyboard Support** - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
139
- 5. **Accessibility** - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
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
- ### ContextMenu
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
- 1. **Separator** - Supports menu items grouping by using the Separator.
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
- ### Toolbar
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
- 1. **Scrollable** - Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the commands overflow available space.
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
- ### Tab
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
- 1. **Rendering** - Can be rendered based on the items collection and HTML elements.
160
- 2. **Adaptive** - Supports responsive rendering with scrollable Tabs and popup menu.
161
- 3. **Customization** - Provides customization support for header with icons and orientation.
162
- 4. **Animation** - Supports animation effects for moving previous/next contents of Tab.
163
- 5. **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.
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
- ### Sidebar
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
- 1. **Target** - The sidebar can be initialized in any HTML element other than the body element.
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
- ### TreeView
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
- 1. **Data Binding** - Binds the TreeView component with an array of JavaScript objects or DataManager.
176
- 2. **CheckBox** - Allows you to select more than one node in TreeView without affecting the UI appearance.
177
- 3. **Drag and Drop** - Allows you to drag and drop any node in TreeView.
178
- 4. **Multi Selection** - Allows you to select more than one node in TreeView.
179
- 5. **Node Editing** - Allows you to change the text of a node in TreeView.
180
- 6. **Sorting** - Allows display of the TreeView nodes in an ascending or a descending order.
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
- ### Menu
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
- 1. **Rendering** - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
187
- 2. **Separator** - Supports menu items grouping by using the Separator.
188
- 3. **Icons and Navigations** - Supports items to have Icons and Navigation URL's.
189
- 4. **Template and Multilevel Nesting** - Supports template and multilevel nesting in Menu.
190
- 5. **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.
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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<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/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<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/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
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
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=navigation) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=navigation).
197
- * New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/new).
198
- * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`.
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
- ## License
265
+ ## Changelog
201
266
 
202
- Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_campaign=navigation).
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
- ## Changelog
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
- Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
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.