Skip to content

Commit 902e3de

Browse files
EJ2-981297: Hamburger icon added to the sidebar header area with suitable styles and used our icon component to visualize the icon
1 parent def9e82 commit 902e3de

File tree

4 files changed

+70475
-58
lines changed

4 files changed

+70475
-58
lines changed

Employee_Managment_App/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@syncfusion/ej2-base": "25.1.35",
7-
"@syncfusion/ej2-buttons": "25.1.35",
8-
"@syncfusion/ej2-calendars": "25.1.35",
9-
"@syncfusion/ej2-data": "25.1.35",
10-
"@syncfusion/ej2-documenteditor": "25.1.35",
11-
"@syncfusion/ej2-dropdowns": "25.1.35",
12-
"@syncfusion/ej2-grids": "25.1.35",
13-
"@syncfusion/ej2-lists": "25.1.35",
14-
"@syncfusion/ej2-navigations": "25.1.35",
15-
"@syncfusion/ej2-pivotview": "25.1.35",
16-
"@syncfusion/ej2-react-base": "25.1.35",
17-
"@syncfusion/ej2-react-buttons": "25.1.35",
18-
"@syncfusion/ej2-react-calendars": "25.1.35",
19-
"@syncfusion/ej2-react-dropdowns": "25.1.35",
20-
"@syncfusion/ej2-react-grids": "25.1.35",
21-
"@syncfusion/ej2-react-inputs": "25.1.35",
22-
"@syncfusion/ej2-react-lists": "25.1.35",
23-
"@syncfusion/ej2-react-navigations": "25.1.35",
24-
"@syncfusion/ej2-react-popups": "25.1.35",
25-
"@syncfusion/ej2-schedule": "25.1.35",
26-
"@syncfusion/ej2-splitbuttons": "25.1.35",
6+
"@syncfusion/ej2-base": "31.1.17",
7+
"@syncfusion/ej2-buttons": "31.1.17",
8+
"@syncfusion/ej2-calendars": "31.1.17",
9+
"@syncfusion/ej2-data": "31.1.17",
10+
"@syncfusion/ej2-documenteditor": "31.1.17",
11+
"@syncfusion/ej2-dropdowns": "31.1.17",
12+
"@syncfusion/ej2-grids": "31.1.17",
13+
"@syncfusion/ej2-lists": "31.1.17",
14+
"@syncfusion/ej2-navigations": "31.1.17",
15+
"@syncfusion/ej2-pivotview": "31.1.17",
16+
"@syncfusion/ej2-react-base": "31.1.17",
17+
"@syncfusion/ej2-react-buttons": "31.1.17",
18+
"@syncfusion/ej2-react-calendars": "31.1.17",
19+
"@syncfusion/ej2-react-dropdowns": "31.1.17",
20+
"@syncfusion/ej2-react-grids": "31.1.17",
21+
"@syncfusion/ej2-react-inputs": "31.1.17",
22+
"@syncfusion/ej2-react-lists": "31.1.17",
23+
"@syncfusion/ej2-react-navigations": "31.1.17",
24+
"@syncfusion/ej2-react-popups": "31.1.17",
25+
"@syncfusion/ej2-schedule": "31.1.17",
26+
"@syncfusion/ej2-splitbuttons": "31.1.17",
2727
"@testing-library/jest-dom": "^4.2.4",
2828
"@testing-library/react": "^9.3.2",
2929
"@testing-library/user-event": "^7.1.2",

Employee_Managment_App/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
77
rel="stylesheet"
88
/>
9+
<link href="https://cdn.syncfusion.com/ej2/31.1.17/ej2-icons/styles/tailwind3.css" rel="stylesheet" />
910
<link
10-
href="https://cdn.syncfusion.com/ej2/28.1.33/tailwind3.css"
11+
href="https://cdn.syncfusion.com/ej2/31.1.17/tailwind3.css"
1112
rel="stylesheet"
1213
/>
1314
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js"></script>

Employee_Managment_App/src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ function App() {
1616
<div className="xyz-management-content" style={{ width: '100%' }}>
1717
<div className="row">
1818
<div className="col-md-2 sidebar">
19-
<div className="title">NexGen7 Software</div>
19+
<div className='sidebar-brand'>
20+
<div className="title">NexGen7 Software</div>
21+
<span className="e-icons e-line-very-small"></span>
22+
</div>
2023
<ul className="nav flex-column">
2124
<li className="nav-item">
2225
<NavLink className="nav-link" to="/">

Employee_Managment_App/src/index.css

Lines changed: 70448 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)