-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(accordion): demo examples #111
feat(accordion): demo examples #111
Conversation
9e84a4d
to
c91b1d6
Compare
Codecov Report
@@ Coverage Diff @@
## main #111 +/- ##
=======================================
Coverage 88.31% 88.31%
=======================================
Files 53 53
Lines 1386 1386
Branches 218 218
=======================================
Hits 1224 1224
Misses 125 125
Partials 37 37
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c91b1d6
to
b6520c1
Compare
@@ -0,0 +1,3 @@ | |||
.custom-header::after { |
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.
You can put the common css in the common folder.
class="accordion-collapse {{ state!.itemCollapseClass }}" | ||
> | ||
<div class="accordion-body {{ state!.itemBodyClass }}"> | ||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat |
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.
The content in the panels can be added as a .txt file in the common folder, allowing to have shorter / cleaner code examples.
72a0318
to
a70adc0
Compare
a70adc0
to
9f1fb5c
Compare
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.
LGTM!
Two examples for the accordion demo taken from ng-bootstrap