-
Notifications
You must be signed in to change notification settings - Fork 8
add Accordion component #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #950 +/- ##
==========================================
- Coverage 58.03% 57.84% -0.20%
==========================================
Files 132 133 +1
Lines 3744 3755 +11
Branches 659 660 +1
==========================================
- Hits 2173 2172 -1
- Misses 1460 1473 +13
+ Partials 111 110 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| @@ -0,0 +1,10 @@ | |||
| <div class="slab-flex-1 d-flex flex-column"> | |||
| <div class="mlab-accordion-header d-flex align-items-center font-weight-bold px-3" [ngStyle]="{'backgroundColor': headerColor}" (click)="isCollapsed = !isCollapsed"> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change mlab- for slab- or no prefix better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add also to documentation please.
Good job, thanks for the contrib!
9fb8d9e to
acbcdf4
Compare
9c06a92
| }) | ||
| export class ShowcaseAccordion { | ||
| constructor() { | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty constructor. Unnecessary?
PR Details
It contains the code to new Accordion component
Description
We have created a new Accordion component.
Related Issue
#949
Motivation and Context
Add generic component that now was into modulab
Types of changes
Checklist