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