@syncfusion/ej2-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.
Files changed (257) hide show
  1. package/CHANGELOG.md +32 -4
  2. package/README.md +213 -143
  3. package/dist/ej2-navigations.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js +2 -2
  5. package/dist/ej2-navigations.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-navigations.es2015.js +128 -34
  7. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  8. package/dist/es6/ej2-navigations.es5.js +127 -33
  9. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  10. package/dist/global/ej2-navigations.min.js +2 -2
  11. package/dist/global/ej2-navigations.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +13 -12
  14. package/src/accordion/accordion-model.d.ts +4 -4
  15. package/src/accordion/accordion.d.ts +8 -4
  16. package/src/appbar/appbar-model.d.ts +9 -9
  17. package/src/appbar/appbar.d.ts +24 -21
  18. package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
  19. package/src/breadcrumb/breadcrumb.d.ts +32 -3
  20. package/src/breadcrumb/breadcrumb.js +32 -0
  21. package/src/carousel/carousel-model.d.ts +7 -7
  22. package/src/carousel/carousel.d.ts +24 -20
  23. package/src/carousel/carousel.js +25 -11
  24. package/src/common/menu-base.d.ts +13 -2
  25. package/src/menu/menu.d.ts +5 -1
  26. package/src/sidebar/sidebar.d.ts +26 -2
  27. package/src/sidebar/sidebar.js +1 -1
  28. package/src/tab/tab-model.d.ts +20 -20
  29. package/src/tab/tab.d.ts +38 -21
  30. package/src/tab/tab.js +32 -5
  31. package/src/toolbar/toolbar-model.d.ts +22 -16
  32. package/src/toolbar/toolbar.d.ts +48 -16
  33. package/src/toolbar/toolbar.js +10 -4
  34. package/src/treeview/treeview-model.d.ts +4 -4
  35. package/src/treeview/treeview.d.ts +32 -4
  36. package/src/treeview/treeview.js +26 -11
  37. package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
  38. package/styles/accordion/_bootstrap-definition.scss +0 -1
  39. package/styles/accordion/_bootstrap4-definition.scss +0 -1
  40. package/styles/accordion/_bootstrap5-definition.scss +6 -7
  41. package/styles/accordion/_fabric-dark-definition.scss +0 -1
  42. package/styles/accordion/_fabric-definition.scss +0 -1
  43. package/styles/accordion/_fluent-definition.scss +5 -6
  44. package/styles/accordion/_fusionnew-definition.scss +0 -1
  45. package/styles/accordion/_highcontrast-definition.scss +0 -1
  46. package/styles/accordion/_highcontrast-light-definition.scss +0 -1
  47. package/styles/accordion/_layout.scss +0 -1
  48. package/styles/accordion/_material-dark-definition.scss +0 -1
  49. package/styles/accordion/_material-definition.scss +0 -1
  50. package/styles/accordion/_tailwind-definition.scss +5 -6
  51. package/styles/accordion/bootstrap-dark.css +0 -1
  52. package/styles/accordion/bootstrap.css +0 -1
  53. package/styles/accordion/bootstrap4.css +0 -1
  54. package/styles/accordion/bootstrap5-dark.css +3 -4
  55. package/styles/accordion/bootstrap5.css +3 -4
  56. package/styles/accordion/fabric-dark.css +0 -1
  57. package/styles/accordion/fabric.css +0 -1
  58. package/styles/accordion/fluent-dark.css +3 -4
  59. package/styles/accordion/fluent.css +3 -4
  60. package/styles/accordion/highcontrast-light.css +0 -1
  61. package/styles/accordion/highcontrast.css +0 -1
  62. package/styles/accordion/material-dark.css +0 -1
  63. package/styles/accordion/material.css +0 -1
  64. package/styles/accordion/tailwind-dark.css +3 -4
  65. package/styles/accordion/tailwind.css +3 -4
  66. package/styles/appbar/_bootstrap5-definition.scss +2 -2
  67. package/styles/appbar/_fluent-definition.scss +2 -2
  68. package/styles/appbar/_layout.scss +3 -0
  69. package/styles/appbar/_tailwind-definition.scss +2 -2
  70. package/styles/appbar/bootstrap-dark.css +3 -0
  71. package/styles/appbar/bootstrap.css +3 -0
  72. package/styles/appbar/bootstrap4.css +3 -0
  73. package/styles/appbar/bootstrap5-dark.css +3 -0
  74. package/styles/appbar/bootstrap5.css +3 -0
  75. package/styles/appbar/fabric-dark.css +3 -0
  76. package/styles/appbar/fabric.css +3 -0
  77. package/styles/appbar/fluent-dark.css +3 -0
  78. package/styles/appbar/fluent.css +3 -0
  79. package/styles/appbar/highcontrast-light.css +3 -0
  80. package/styles/appbar/highcontrast.css +3 -0
  81. package/styles/appbar/material-dark.css +3 -0
  82. package/styles/appbar/material.css +3 -0
  83. package/styles/appbar/tailwind-dark.css +3 -0
  84. package/styles/appbar/tailwind.css +3 -0
  85. package/styles/bootstrap-dark.css +669 -938
  86. package/styles/bootstrap.css +658 -927
  87. package/styles/bootstrap4.css +724 -993
  88. package/styles/bootstrap5-dark.css +685 -954
  89. package/styles/bootstrap5.css +686 -955
  90. package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
  91. package/styles/breadcrumb/_fluent-definition.scss +2 -2
  92. package/styles/breadcrumb/_layout.scss +2 -2
  93. package/styles/breadcrumb/_tailwind-definition.scss +2 -2
  94. package/styles/breadcrumb/_theme.scss +18 -2
  95. package/styles/carousel/_layout.scss +7 -0
  96. package/styles/carousel/bootstrap-dark.css +4 -0
  97. package/styles/carousel/bootstrap.css +4 -0
  98. package/styles/carousel/bootstrap4.css +4 -0
  99. package/styles/carousel/bootstrap5-dark.css +4 -0
  100. package/styles/carousel/bootstrap5.css +4 -0
  101. package/styles/carousel/fabric-dark.css +4 -0
  102. package/styles/carousel/fabric.css +4 -0
  103. package/styles/carousel/fluent-dark.css +4 -0
  104. package/styles/carousel/fluent.css +4 -0
  105. package/styles/carousel/highcontrast-light.css +4 -0
  106. package/styles/carousel/highcontrast.css +4 -0
  107. package/styles/carousel/material-dark.css +4 -0
  108. package/styles/carousel/material.css +4 -0
  109. package/styles/carousel/tailwind-dark.css +4 -0
  110. package/styles/carousel/tailwind.css +4 -0
  111. package/styles/context-menu/_bootstrap5-definition.scss +3 -3
  112. package/styles/context-menu/_fluent-definition.scss +2 -2
  113. package/styles/context-menu/_tailwind-definition.scss +3 -3
  114. package/styles/fabric-dark.css +669 -938
  115. package/styles/fabric.css +669 -938
  116. package/styles/fluent-dark.css +677 -946
  117. package/styles/fluent.css +677 -946
  118. package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
  119. package/styles/h-scroll/_bootstrap-definition.scss +0 -1
  120. package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
  121. package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
  122. package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
  123. package/styles/h-scroll/_fabric-definition.scss +0 -1
  124. package/styles/h-scroll/_fluent-definition.scss +0 -1
  125. package/styles/h-scroll/_fusionnew-definition.scss +0 -1
  126. package/styles/h-scroll/_highcontrast-definition.scss +0 -1
  127. package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
  128. package/styles/h-scroll/_layout.scss +1 -0
  129. package/styles/h-scroll/_material-dark-definition.scss +0 -1
  130. package/styles/h-scroll/_material-definition.scss +0 -1
  131. package/styles/h-scroll/_tailwind-definition.scss +0 -1
  132. package/styles/h-scroll/_theme.scss +0 -1
  133. package/styles/h-scroll/bootstrap-dark.css +1 -1
  134. package/styles/h-scroll/bootstrap.css +1 -1
  135. package/styles/h-scroll/bootstrap4.css +1 -1
  136. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  137. package/styles/h-scroll/bootstrap5.css +1 -1
  138. package/styles/h-scroll/fabric-dark.css +1 -1
  139. package/styles/h-scroll/fabric.css +1 -1
  140. package/styles/h-scroll/fluent-dark.css +1 -1
  141. package/styles/h-scroll/fluent.css +1 -1
  142. package/styles/h-scroll/highcontrast-light.css +1 -1
  143. package/styles/h-scroll/highcontrast.css +1 -1
  144. package/styles/h-scroll/material-dark.css +1 -1
  145. package/styles/h-scroll/material.css +1 -1
  146. package/styles/h-scroll/tailwind-dark.css +1 -1
  147. package/styles/h-scroll/tailwind.css +1 -1
  148. package/styles/highcontrast-light.css +668 -937
  149. package/styles/highcontrast.css +675 -944
  150. package/styles/material-dark.css +669 -938
  151. package/styles/material.css +661 -930
  152. package/styles/menu/_bootstrap5-definition.scss +2 -2
  153. package/styles/menu/_layout.scss +1 -1
  154. package/styles/menu/_tailwind-definition.scss +2 -2
  155. package/styles/menu/_theme.scss +31 -15
  156. package/styles/menu/bootstrap-dark.css +7 -7
  157. package/styles/menu/bootstrap.css +7 -7
  158. package/styles/menu/bootstrap4.css +10 -10
  159. package/styles/menu/bootstrap5-dark.css +7 -7
  160. package/styles/menu/bootstrap5.css +7 -7
  161. package/styles/menu/fabric-dark.css +7 -7
  162. package/styles/menu/fabric.css +7 -7
  163. package/styles/menu/fluent-dark.css +7 -7
  164. package/styles/menu/fluent.css +7 -7
  165. package/styles/menu/highcontrast-light.css +7 -7
  166. package/styles/menu/highcontrast.css +7 -7
  167. package/styles/menu/icons/_material3.scss +12 -12
  168. package/styles/menu/material-dark.css +7 -7
  169. package/styles/menu/material.css +7 -7
  170. package/styles/menu/tailwind-dark.css +7 -7
  171. package/styles/menu/tailwind.css +7 -7
  172. package/styles/pager/_bootstrap5-definition.scss +1 -1
  173. package/styles/pager/_fusionnew-definition.scss +1 -1
  174. package/styles/sidebar/_theme.scss +1 -1
  175. package/styles/tab/_bootstrap-dark-definition.scss +0 -2
  176. package/styles/tab/_bootstrap-definition.scss +0 -2
  177. package/styles/tab/_bootstrap4-definition.scss +1 -3
  178. package/styles/tab/_bootstrap5-definition.scss +12 -14
  179. package/styles/tab/_fabric-dark-definition.scss +0 -2
  180. package/styles/tab/_fabric-definition.scss +0 -2
  181. package/styles/tab/_fluent-definition.scss +4 -6
  182. package/styles/tab/_fusionnew-definition.scss +2 -4
  183. package/styles/tab/_highcontrast-definition.scss +0 -2
  184. package/styles/tab/_highcontrast-light-definition.scss +0 -2
  185. package/styles/tab/_layout.scss +8 -6
  186. package/styles/tab/_material-dark-definition.scss +0 -2
  187. package/styles/tab/_material-definition.scss +0 -2
  188. package/styles/tab/_tailwind-definition.scss +3 -5
  189. package/styles/tab/_theme.scss +0 -1
  190. package/styles/tab/bootstrap-dark.css +5 -2
  191. package/styles/tab/bootstrap.css +5 -2
  192. package/styles/tab/bootstrap4.css +12 -9
  193. package/styles/tab/bootstrap5-dark.css +11 -8
  194. package/styles/tab/bootstrap5.css +11 -8
  195. package/styles/tab/fabric-dark.css +7 -4
  196. package/styles/tab/fabric.css +7 -4
  197. package/styles/tab/fluent-dark.css +8 -5
  198. package/styles/tab/fluent.css +8 -5
  199. package/styles/tab/highcontrast-light.css +10 -7
  200. package/styles/tab/highcontrast.css +10 -7
  201. package/styles/tab/material-dark.css +4 -1
  202. package/styles/tab/material.css +4 -1
  203. package/styles/tab/tailwind-dark.css +8 -5
  204. package/styles/tab/tailwind.css +8 -5
  205. package/styles/tailwind-dark.css +668 -937
  206. package/styles/tailwind.css +668 -937
  207. package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
  208. package/styles/toolbar/_bootstrap-definition.scss +13 -41
  209. package/styles/toolbar/_bootstrap4-definition.scss +15 -43
  210. package/styles/toolbar/_bootstrap5-definition.scss +21 -49
  211. package/styles/toolbar/_fabric-dark-definition.scss +14 -43
  212. package/styles/toolbar/_fabric-definition.scss +15 -43
  213. package/styles/toolbar/_fluent-definition.scss +22 -50
  214. package/styles/toolbar/_fusionnew-definition.scss +17 -45
  215. package/styles/toolbar/_highcontrast-definition.scss +15 -43
  216. package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
  217. package/styles/toolbar/_layout.scss +684 -977
  218. package/styles/toolbar/_material-dark-definition.scss +19 -49
  219. package/styles/toolbar/_material-definition.scss +21 -49
  220. package/styles/toolbar/_tailwind-definition.scss +21 -49
  221. package/styles/toolbar/_theme.scss +205 -294
  222. package/styles/toolbar/bootstrap-dark.css +647 -925
  223. package/styles/toolbar/bootstrap.css +638 -916
  224. package/styles/toolbar/bootstrap4.css +657 -935
  225. package/styles/toolbar/bootstrap5-dark.css +658 -936
  226. package/styles/toolbar/bootstrap5.css +658 -936
  227. package/styles/toolbar/fabric-dark.css +645 -923
  228. package/styles/toolbar/fabric.css +651 -929
  229. package/styles/toolbar/fluent-dark.css +650 -928
  230. package/styles/toolbar/fluent.css +650 -928
  231. package/styles/toolbar/highcontrast-light.css +642 -920
  232. package/styles/toolbar/highcontrast.css +647 -925
  233. package/styles/toolbar/material-dark.css +649 -927
  234. package/styles/toolbar/material.css +646 -924
  235. package/styles/toolbar/tailwind-dark.css +647 -925
  236. package/styles/toolbar/tailwind.css +645 -923
  237. package/styles/treeview/_bootstrap5-definition.scss +5 -5
  238. package/styles/treeview/_fluent-definition.scss +5 -5
  239. package/styles/treeview/_layout.scss +8 -4
  240. package/styles/treeview/_tailwind-definition.scss +5 -5
  241. package/styles/treeview/_theme.scss +3 -0
  242. package/GitLeaksReport.json +0 -1
  243. package/gitleaks-ci/gitleaks +0 -0
  244. package/gitleaks-ci.tar.gz +0 -0
  245. package/styles/accordion/_material3-definition.scss +0 -181
  246. package/styles/appbar/_material3-definition.scss +0 -8
  247. package/styles/breadcrumb/_material3-definition.scss +0 -59
  248. package/styles/carousel/_material3-definition.scss +0 -22
  249. package/styles/context-menu/_material3-definition.scss +0 -52
  250. package/styles/h-scroll/_material3-definition.scss +0 -84
  251. package/styles/menu/_material3-definition.scss +0 -67
  252. package/styles/pager/_material3-definition.scss +0 -146
  253. package/styles/sidebar/_material3-definition.scss +0 -6
  254. package/styles/tab/_material3-definition.scss +0 -658
  255. package/styles/toolbar/_material3-definition.scss +0 -248
  256. package/styles/treeview/_material3-definition.scss +0 -120
  257. package/styles/v-scroll/_material3-definition.scss +0 -49
package/CHANGELOG.md CHANGED
@@ -2,14 +2,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 20.4.51 (2023-02-21)
5
+ ### Tab
6
6
 
7
- ### TreeView
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
- - `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
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,278 @@
1
- # ej2-navigations
1
+ # JavaScript Navigation Controls
2
2
 
3
- ![ej2-navigations](https://ej2.syncfusion.com/products/images/navigations/readMe.gif)
3
+ ## What's Included in the JavaScript 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
+ The JavaScript Navigation package includes the following list of components.
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
+ ### JavaScript Accordion
8
8
 
9
- ## Setup
9
+ The [JavaScript Accordion](https://www.syncfusion.com/javascript-ui-controls/js-accordion?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) 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/documentation/accordion/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
13
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/accordion/default.html">Online demos</a> .
14
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-accordion?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
15
+ </p>
12
16
 
13
- ```sh
14
- npm install @syncfusion/ej2-navigations
15
- ```
17
+ <p align="center">
18
+ <img alt="JavaScript Accordion Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-accordion.png">
19
+ </p>
16
20
 
17
- ## Components included
21
+ #### Key features
18
22
 
19
- Following list of components are available in the package
23
+ * [Rendering](https://ej2.syncfusion.com/documentation/accordion/expand-mode/) - Can be rendered based on the items collection and HTML elements.
24
+ * [Expand mode](https://ej2.syncfusion.com/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/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.
20
27
 
21
- * Accordion - Vertically collapsible content panel that displays one or more panels at a time within the available space.
28
+ ### JavaScript AppBar
22
29
 
23
- * [Getting Started](https://ej2.syncfusion.com/documentation/accordion/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=accordion)
24
- * [API References](https://ej2.syncfusion.com/documentation/accordion/api-accordion.html?utm_source=npm&utm_campaign=accordion)
25
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
26
- * [Product Page](https://www.syncfusion.com/products/javascript/accordion)
30
+ The [JavaScript AppBar](https://www.syncfusion.com/javascript-ui-controls/js-appbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
27
31
 
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.
32
+ <p align="center">
33
+ <a href="https://ej2.syncfusion.com/documentation/appbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
34
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/appbar/default.html">Online demos</a> .
35
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-appbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
36
+ </p>
29
37
 
30
- * [Getting Started](https://ej2.syncfusion.com/documentation/appbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=appbar)
31
- * [API References](https://ej2.syncfusion.com/documentation/appbar/api-appbar.html?utm_source=npm&utm_campaign=appbar)
32
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=appbar#/material/appbar/default.html)
33
- * [Product Page](https://www.syncfusion.com/products/javascript/appbar)
38
+ <p align="center">
39
+ <img alt="JavaScript AppBar Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-appbar.PNG">
40
+ </p>
34
41
 
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.
42
+ #### Key features
36
43
 
37
- * [Getting Started](https://ej2.syncfusion.com/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
38
- * [API References](https://ej2.syncfusion.com/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
39
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=breadcrumb#/material/breadcrumb/default.html)
40
- * [Product Page](https://www.syncfusion.com/javascript-ui-controls/js-breadcrumb)
44
+ * [Modes](https://ej2.syncfusion.com/documentation/appbar/size-and-color/) - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
45
+ * [Content arrangement](https://ej2.syncfusion.com/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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/appbar/color.html) - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
47
+ * [Position](https://ej2.syncfusion.com/documentation/appbar/position/) - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
41
48
 
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.
49
+ ### JavaScript Breadcrumb
43
50
 
44
- * [Getting Started](https://ej2.syncfusion.com/documentation/carousel/getting-started?lang=typescript&utm_source=npm&utm_campaign=carousel)
45
- * [API References](https://ej2.syncfusion.com/documentation/api/carousel?utm_source=npm&utm_campaign=carousel)
46
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=carousel#/material/carousel/default.html)
47
- * [Product Page](https://www.syncfusion.com/javascript-ui-controls/js-carousel)
51
+ The [JavaScript Breadcrumb](https://www.syncfusion.com/javascript-ui-controls/js-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) 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.
48
52
 
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.
53
+ <p align="center">
54
+ <a href="https://ej2.syncfusion.com/documentation/breadcrumb/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
55
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/breadcrumb/default.html">Online demos</a> .
56
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-breadcrumb?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
57
+ </p>
50
58
 
51
- * [Getting Started](https://ej2.syncfusion.com/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu)
52
- * [API References](https://ej2.syncfusion.com/documentation/api/context-menu?utm_source=npm&utm_campaign=context-menu)
53
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=context-menu#/material/context-menu/default.html)
54
- * [Product Page](https://www.syncfusion.com/javascript-ui-controls/context-menu)
59
+ <p align="center">
60
+ <img alt="JavaScript Breadcrumb Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-breadcrumb.png">
61
+ </p>
55
62
 
56
- * Sidebar - Expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
63
+ #### Key features
57
64
 
58
- * [Getting started](https://ej2.syncfusion.com/documentation/sidebar/getting-started?lang=typescript&utm_source=npm&utm_campaign=sidebar#getting-started)
59
- * [API references](https://ej2.syncfusion.com/documentation/api/sidebar?utm_source=npm&utm_campaign=sidebar)
60
- * [View online demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=tab#/material/sidebar/default.html)
61
- * [Product page](https://www.syncfusion.com/products/javascript-ui-controls/sidebar)
65
+ * [Icons](https://ej2.syncfusion.com/documentation/breadcrumb/icons/) - Icons can be specified in Breadcrumb items.
66
+ * [Template](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/breadcrumb/template-and-customization.html) - Supports template for item and separator.
67
+ * [Bind to location](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/breadcrumb/bind-to-location.html) - Supports items to be rendered based on the URL or current location.
68
+ * [Overflow mode](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/breadcrumb/overflow-modes.html) - Used to limit the number of breadcrumb items to be displayed.
69
+ * [Accessibility](https://ej2.syncfusion.com/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.
62
70
 
63
- * Tab - Content panel to show multiple contents in a specific space, one at a time.
71
+ ### JavaScript Carousel
64
72
 
65
- * [Getting Started](https://ej2.syncfusion.com/documentation/tab/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=tab)
66
- * [API References](https://ej2.syncfusion.com/documentation/tab/api-tab.html?utm_source=npm&utm_campaign=tab)
67
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=tab#/material/tab/default.html)
68
- * [Product Page](https://www.syncfusion.com/products/javascript/tab)
73
+ The [JavaScript Carousel](https://www.syncfusion.com/javascript-ui-controls/js-carousel?utm_source=npm&utm_medium=listing&utm_campaign=javascript-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.
69
74
 
70
- * Toolbar - Displays a group of command buttons arranged horizontally.
75
+ <p align="center">
76
+ <a href="https://ej2.syncfusion.com/documentation/carousel/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
77
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/carousel/default.html">Online demos</a> .
78
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-carousel?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
79
+ </p>
71
80
 
72
- * [Getting Started](https://ej2.syncfusion.com/documentation/toolbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=toolbar)
73
- * [API References](https://ej2.syncfusion.com/documentation/toolbar/api-toolbar.html?utm_source=npm&utm_campaign=toolbar)
74
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=toolbar#/material/toolbar/default.html)
75
- * [Product Page](https://www.syncfusion.com/products/javascript/toolbar)
81
+ <p align="center">
82
+ <img alt="JavaScript Carousel Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-carousel.PNG">
83
+ </p>
76
84
 
77
- * TreeView - Represent hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.
85
+ #### Key features
78
86
 
79
- * [Getting Started](https://ej2.syncfusion.com/documentation/treeview/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=treeview)
80
- * [API References](https://ej2.syncfusion.com/documentation/api/treeview?lang=typescript&utm_source=npm&utm_campaign=treeview)
81
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=treeview#/material/treeview/default.html)
82
- * [Product Page](https://www.syncfusion.com/javascript-ui-controls/treeview)
87
+ * [Rendering](https://ej2.syncfusion.com/documentation/carousel/populating-items/) - The Carousel component can be rendered based on the items collection and data binding.
88
+ * [Animation](https://ej2.syncfusion.com/documentation/carousel/animations-and-transitions/) - Supports animation effects for moving previous/next item of Carousel.
89
+ * [Template support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/carousel/templates.html) - The Carousel component items and buttons can also be rendered with custom templates.
90
+ * [Keyboard support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/carousel/keyboard-navigation.html) - By default, the Carousel allows interaction with commands by using keyboard shortcuts.
91
+ * [Accessibility](https://ej2.syncfusion.com/documentation/carousel/accessibility/) - The Carousel provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
83
92
 
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.
93
+ ### JavaScript ContextMenu
85
94
 
86
- * [Getting Started](https://ej2.syncfusion.com/documentation/menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=menu)
87
- * [API References](https://ej2.syncfusion.com/documentation/api/menu?utm_source=npm&utm_campaign=menu)
88
- * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=menu#/material/menu/default.html)
89
- * [Product Page](https://www.syncfusion.com/javascript-ui-controls/menu)
95
+ The [JavaScript ContextMenu](https://www.syncfusion.com/javascript-ui-controls/js-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) is a graphical user interface control that appears when the user right-clicks or performs a touch and hold action.
90
96
 
91
- ## Supported Frameworks
97
+ <p align="center">
98
+ <a href="https://ej2.syncfusion.com/documentation/context-menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
99
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/context-menu/default.html">Online demos</a> .
100
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-context-menu?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
101
+ </p>
92
102
 
93
- `Navigation` component is also offered in following list of frameworks,
103
+ <p align="center">
104
+ <img alt="JavaScript ContextMenu Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-context-menu.png">
105
+ </p>
94
106
 
95
- 1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
96
- 2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/navigations?utm_source=npm&utm_campaign=navigation)
97
- 3. [VueJS](https://github.com/syncfusion/ej2-vue-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)
107
+ #### Key features
101
108
 
102
- ## Use-case samples / Showcase samples
109
+ * [Separator](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/context-menu/default.html) - Supports menu items grouping by using the Separator.
110
+ * [Icons and Navigations](https://ej2.syncfusion.com/documentation/context-menu/icons-and-navigation/) - Supports items to have Icons and Navigation URL's.
111
+ * [Template and Multilevel nesting](https://ej2.syncfusion.com/documentation/context-menu/template-and-multilevel-nesting/) - Supports template and multilevel nesting in ContextMenu.
112
+ * [Accessibility](https://ej2.syncfusion.com/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.
103
113
 
104
- Sidebar component is used in the following samples.
114
+ ### JavaScript Sidebar
105
115
 
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))
116
+ The [JavaScript Sidebar](https://www.syncfusion.com/javascript-ui-controls/js-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
108
117
 
109
- ## Key Features
118
+ <p align="center">
119
+ <a href="https://ej2.syncfusion.com/documentation/sidebar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
120
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/sidebar/default.html">Online demos</a> .
121
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-sidebar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
122
+ </p>
110
123
 
111
- ### Accordion
124
+ <p align="center">
125
+ <img alt="JavaScript Sidebar Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-sidebar.png">
126
+ </p>
112
127
 
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.
128
+ #### Key features
117
129
 
118
- ### AppBar
130
+ * [Target](https://ej2.syncfusion.com/documentation/sidebar/custom-context/) - The sidebar can be initialized in any HTML element other than the body element.
131
+ * [Types](https://ej2.syncfusion.com/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/documentation/sidebar/getting-started/#position) - 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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/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/documentation/sidebar/auto-close/) - Auto closing the sidebar control’s content allows the main content area to be more readable based on screen resolution.
119
135
 
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.
136
+ ### JavaScript Tab
124
137
 
125
- ### Breadcrumb
138
+ The [JavaScript Tab](https://www.syncfusion.com/javascript-ui-controls/js-tabs?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) control is a simple user interface (tabs UI) for organizing related content and occupying a compact space. The tabs are aligned horizontally, and each tab is associated with its header.
126
139
 
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.
140
+ <p align="center">
141
+ <a href="https://ej2.syncfusion.com/documentation/tab/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
142
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/tab/default.html">Online demos</a> .
143
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-tabs?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
144
+ </p>
132
145
 
133
- ### Carousel
146
+ <p align="center">
147
+ <img alt="JavaScript Tab Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-tabs.png">
148
+ </p>
134
149
 
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.
150
+ #### Key features
140
151
 
141
- ### ContextMenu
152
+ * [Rendering](https://ej2.syncfusion.com/documentation/tab/adaptive/) - Can be rendered based on the items collection and HTML elements.
153
+ * [Adaptive](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/tab/responsive-modes.html) - Supports responsive rendering with scrollable Tabs and popup menu.
154
+ * [Customization](https://ej2.syncfusion.com/documentation/tab/style/) - Provides customization support for header with icons and orientation.
155
+ * [Animation](https://ej2.syncfusion.com/documentation/tab/how-to/set-custom-animation/) - Supports animation effects for moving previous/next contents of Tab.
156
+ * [Accessibility](https://ej2.syncfusion.com/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.
142
157
 
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.
158
+ ### JavaScript Toolbar
147
159
 
148
- ### Toolbar
160
+ The [JavaScript Toolbar](https://www.syncfusion.com/javascript-ui-controls/js-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) is a feature-rich control that provides an interface for selecting a command from a collection of commands.
149
161
 
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.
162
+ <p align="center">
163
+ <a href="https://ej2.syncfusion.com/documentation/toolbar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
164
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/toolbar/default.html">Online demos</a> .
165
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-toolbar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
166
+ </p>
156
167
 
157
- ### Tab
168
+ <p align="center">
169
+ <img alt="JavaScript Toolbar Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-toolbar.png">
170
+ </p>
158
171
 
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.
172
+ #### Key features
164
173
 
165
- ### Sidebar
174
+ * [Scrollable](https://ej2.syncfusion.com/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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/toolbar/popup.html) - Popup display mode displays commands in the popup when the commands overflow available space.
176
+ * [Template support](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/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/documentation/toolbar/accessibility/) - The Toolbar provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
166
180
 
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.
181
+ ### JavaScript TreeView
172
182
 
173
- ### TreeView
183
+ The [JavaScript TreeView](https://www.syncfusion.com/javascript-ui-controls/js-treeview?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) is a graphical user interface control that to represents hierarchical data in a tree structure.
174
184
 
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.
185
+ <p align="center">
186
+ <a href="https://ej2.syncfusion.com/documentation/treeview/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
187
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/default.html">Online demos</a> .
188
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-treeview?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
189
+ </p>
183
190
 
184
- ### Menu
191
+ <p align="center">
192
+ <img alt="JavaScript TreeView Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-treeview.png">
193
+ </p>
185
194
 
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.
195
+ #### Key features
191
196
 
192
- ## Support
197
+ * [Data binding](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/local-data.html) - Binds the TreeView component with an array of JavaScript objects or DataManager.
198
+ * [CheckBox](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/drag-and-drop.html) - Allows you to drag and drop any node in TreeView.
200
+ * [Multi selection](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/multiple-selection.html) - Allows you to select more than one node in TreeView.
201
+ * [Node editing](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/node-editing.html) - Allows you to change the text of a node in TreeView.
202
+ * [Sorting](https://ej2.syncfusion.com/documentation/treeview/how-to/sorting-treeview-level-wise/) - Allows display of the TreeView nodes in an ascending or a descending order.
203
+ * [Template](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/treeview/template.html) - Allows you to customize the nodes in TreeView.
204
+ * [Accessibility](https://ej2.syncfusion.com/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.
205
+
206
+ ### JavaScript Menu
207
+
208
+ The [JavaScript Menu](https://www.syncfusion.com/javascript-ui-controls/js-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm) is a graphical user interface control that serves as a navigation header for your web application or site.
209
+
210
+ <p align="center">
211
+ <a href="https://ej2.syncfusion.com/documentation/menu/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Getting Started</a> .
212
+ <a href="https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/menu/default.html">Online demos</a> .
213
+ <a href="https://www.syncfusion.com/javascript-ui-controls/js-menu-bar?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm">Learn more</a>
214
+ </p>
215
+
216
+ <p align="center">
217
+ <img alt="JavaScript Menu Control" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-menu-bar.png">
218
+ </p>
219
+
220
+ #### Key features
221
+
222
+ * [Rendering](https://ej2.syncfusion.com/documentation/menu/getting-started/#getting-started) - Supports to render based on the items collection (array of JavaScript objects) and HTML elements.
223
+ * [Separator](https://ej2.syncfusion.com/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/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/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/menu/template.html) - Supports template and multilevel nesting in Menu.
226
+ * [Hamburger Menu](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm#/material/menu/hamburger-mode.html) - Supports Hamburger Menu that provides an adaptive view.
227
+ * [Accessibility](https://ej2.syncfusion.com/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.
228
+
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>
235
+
236
+ ## Setup
193
237
 
194
- Product support is available for through following mediums.
238
+ To install `navigations` and its dependent packages, use the following command.
195
239
 
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-javascript-ui-controls/issues/new).
198
- * Ask your query in [Stack Overflow](https://stackoverflow.com/?utm_source=npm&utm_campaign=navigation) with tag `syncfusion` and `ej2`.
240
+ ```sh
241
+ npm install @syncfusion/ej2-navigations
242
+ ```
243
+
244
+ ## Supported frameworks
245
+
246
+ Navigation controls are also offered in following list of frameworks.
247
+
248
+ | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-ui-components?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/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&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
199
252
 
200
- ## License
253
+ * 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)
254
+ * 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)
201
255
 
202
- Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=navigation).
256
+ ## Support
257
+
258
+ Product support is available through following mediums.
259
+
260
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
261
+ * [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm)
262
+ * [GitHub issues](https://github.com/syncfusion/ej2-javascript-ui-controls/issues/new)
263
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/javascript?utm_source=npm&utm_medium=listing&utm_campaign=javascript-navigation-npm)
264
+ * Live chat
203
265
 
204
266
  ## Changelog
205
267
 
206
- Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation)
268
+ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/navigations/CHANGELOG.md?utm_source=npm&utm_campaign=navigation). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
269
+
270
+ ## License and copyright
271
+
272
+ > 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+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), 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).
273
+
274
+ > 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.
275
+
276
+ See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=navigation) for more info.
207
277
 
208
278
  © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.