Skip to content

Commit ac85c37

Browse files
authored
Merge pull request #2 from SyncfusionExamples/971045-treegridBanner
971045: Added the banner section for the treegrid.
2 parents 872dbeb + 1669633 commit ac85c37

File tree

4 files changed

+656
-60
lines changed

4 files changed

+656
-60
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
1111
<script src="https://cdn.syncfusion.com/ej2/syncfusion-helper.js" type="text/javascript"></script>
1212
<link href="https://cdn.syncfusion.com/ej2/29.1.33/material3.css" class="theme-primary" rel="stylesheet">
13+
<link rel="stylesheet" href="https://cdn.syncfusion.com/content/images/common/menu/master/icons/menufontV2.css?v1">
14+
<link rel="stylesheet" href="https://cdn.syncfusion.com/content/stylesheets/components/bootstrap/BootstrapLayoutv132.min.css">
1315
</head>
1416

1517
<body>
16-
<div id="content-area" style="margin-left:10px;margin-right:10px;"></div>
18+
<div id="content-area"></div>
1719
</body>
1820

1921
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncfusion/ej2-react-feature-rich-treegrid",
33
"version": "1.0.0",
4-
"description": "Essential JS 2 - Sample name",
4+
"description": "Essential JS 2 for React - Feature Rich TreeGrid",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"scripts": {

0 commit comments

Comments
 (0)