Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit d58a7bf

Browse files
ganeshkumar1989Axel Peter
ganeshkumar1989
authored and
Axel Peter
committed
feat(oui-collapsible): collapsible component addition
1 parent ec2d667 commit d58a7bf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/ovh-ui-angular/ovh-ui-angular.config.json

+3
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@
9090
"pagination": {
9191
"controller": "PaginationCtrl",
9292
"group": "internal"
93+
},
94+
"collapsible": {
95+
"group": "others"
9396
}
9497
}

src/ovh-ui-kit/ovh-ui-kit.config.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"button-group": {
2323
"group": "basic"
2424
},
25+
"collapsible": {
26+
"group": "others"
27+
},
2528
"icons": {
2629
"group": "basic"
2730
},

0 commit comments

Comments
 (0)