Skip to content

Commit 226ce7a

Browse files
author
pipeline
committed
documentation(EJ2-3573): DropDownList repo ReadMe file updated. (HEAD, origin/master)
1 parent 389c9d5 commit 226ce7a

File tree

8 files changed

+43
-0
lines changed

8 files changed

+43
-0
lines changed

drop-down-base/ReadMe.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# DropDownList
2+
3+
The DropDownList component contains a list of predefined values, from which the user can choose a single value. The functionality of DropDownList resembles the SELECT form element of HTML. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one.
4+
5+
Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.
6+
7+
## Key features
8+
9+
* Local and Remote Data Binding
10+
* Grouping & Sorting support
11+
* Template support
12+
* Incremental search & filter search support
13+
* Accessibility and Keyboard interaction
14+
15+
## Resources
16+
17+
[Demo](http://ej2.syncfusion.com/demos/#/dropdownlist/default.html)
18+
[Documentation](http://ej2.syncfusion.com/documentation/drop-down-list)

drop-down-base/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@syncfusion/ej2-dropdowns/drop-down-base";

drop-down-base/material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-dropdowns/styles/drop-down-base/material.scss";

drop-down-list/ReadMe.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# DropDownList
2+
3+
The DropDownList component contains a list of predefined values, from which the user can choose a single value. The functionality of DropDownList resembles the SELECT form element of HTML. When an arrow icon accompanied with this component is pressed, the dropdown displays a list of values, from which the user can select one.
4+
5+
Also, it comes with full documentation and support which is available for commercial and community licensed users. To know more, please visit www.syncfusion.com.
6+
7+
## Key features
8+
9+
* Local and Remote Data Binding
10+
* Grouping & Sorting support
11+
* Template support
12+
* Incremental search & filter search support
13+
* Accessibility and Keyboard interaction
14+
15+
## Resources
16+
17+
[Demo](http://ej2.syncfusion.com/demos/#/dropdownlist/default.html)
18+
[Documentation](http://ej2.syncfusion.com/documentation/drop-down-list)

drop-down-list/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@syncfusion/ej2-dropdowns/drop-down-list";

drop-down-list/material.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "ej2-dropdowns/styles/drop-down-list/material.scss";

material.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
@import "button/material.scss";
66
@import "calendar/material.scss";
77
@import "dialog/material.scss";
8+
@import "drop-down-base/material.scss";
9+
@import "drop-down-list/material.scss";
810
@import "grid/material.scss";
911
@import "list-view/material.scss";
1012
@import "numerictextbox/material.scss";

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@syncfusion/ej2-calendars": "*",
1111
"@syncfusion/ej2-charts": "*",
1212
"@syncfusion/ej2-data": "*",
13+
"@syncfusion/ej2-dropdowns": "*",
1314
"@syncfusion/ej2-grids": "*",
1415
"@syncfusion/ej2-inputs": "*",
1516
"@syncfusion/ej2-lists": "*",

0 commit comments

Comments
 (0)