File tree Expand file tree Collapse file tree 11 files changed +19
-0
lines changed Expand file tree Collapse file tree 11 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ A package of Essential JS 2 navigation components. It comes with full support an
6
6
7
7
* [ Toolbar Demos] ( http://ej2.syncfusion.com/demos/#/material/toolbar/default.html )
8
8
* [ Accordion Demos] ( http://ej2.syncfusion.com/demos/#/material/accordion/default.html )
9
+ * [ Tab Demos] ( http://ej2.syncfusion.com/demos/#/material/tab/default.html )
Original file line number Diff line number Diff line change 28
28
@import " popup/bootstrap.scss" ;
29
29
@import " radio-button/bootstrap.scss" ;
30
30
@import " spinner/bootstrap.scss" ;
31
+ @import " tab/bootstrap.scss" ;
31
32
@import " timepicker/bootstrap.scss" ;
32
33
@import " toolbar/bootstrap.scss" ;
33
34
@import " tooltip/bootstrap.scss" ;
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ A package of Essential JS 2 navigation components. It comes with full support an
6
6
7
7
* [ Toolbar Demos] ( http://ej2.syncfusion.com/demos/#/material/toolbar/default.html )
8
8
* [ Accordion Demos] ( http://ej2.syncfusion.com/demos/#/material/accordion/default.html )
9
+ * [ Tab Demos] ( http://ej2.syncfusion.com/demos/#/material/tab/default.html )
Original file line number Diff line number Diff line change 28
28
@import " popup/fabric.scss" ;
29
29
@import " radio-button/fabric.scss" ;
30
30
@import " spinner/fabric.scss" ;
31
+ @import " tab/fabric.scss" ;
31
32
@import " timepicker/fabric.scss" ;
32
33
@import " toolbar/fabric.scss" ;
33
34
@import " tooltip/fabric.scss" ;
Original file line number Diff line number Diff line change 28
28
@import " popup/material.scss" ;
29
29
@import " radio-button/material.scss" ;
30
30
@import " spinner/material.scss" ;
31
+ @import " tab/material.scss" ;
31
32
@import " timepicker/material.scss" ;
32
33
@import " toolbar/material.scss" ;
33
34
@import " tooltip/material.scss" ;
Original file line number Diff line number Diff line change
1
+ # Overview
2
+
3
+ A package of Essential JS 2 navigation components. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.
4
+
5
+ ## Resources
6
+
7
+ * [ Toolbar Demos] ( http://ej2.syncfusion.com/demos/#/material/toolbar/default.html )
8
+ * [ Accordion Demos] ( http://ej2.syncfusion.com/demos/#/material/accordion/default.html )
9
+ * [ Tab Demos] ( http://ej2.syncfusion.com/demos/#/material/tab/default.html )
Original file line number Diff line number Diff line change
1
+ @import " ej2-navigations/styles/tab/bootstrap.scss" ;
Original file line number Diff line number Diff line change
1
+ @import " ej2-navigations/styles/tab/fabric.scss" ;
Original file line number Diff line number Diff line change
1
+ export * from "@syncfusion/ej2-navigations/tab" ;
Original file line number Diff line number Diff line change
1
+ @import " ej2-navigations/styles/tab/material.scss" ;
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ A package of Essential JS 2 navigation components. It comes with full support an
6
6
7
7
* [ Toolbar Demos] ( http://ej2.syncfusion.com/demos/#/material/toolbar/default.html )
8
8
* [ Accordion Demos] ( http://ej2.syncfusion.com/demos/#/material/accordion/default.html )
9
+ * [ Tab Demos] ( http://ej2.syncfusion.com/demos/#/material/tab/default.html )
You can’t perform that action at this time.
0 commit comments