-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
docs(collapse): decompose Basic demo #3792
docs(collapse): decompose Basic demo #3792
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3792 +/- ##
============================================
Coverage 72.24% 72.24%
============================================
Files 252 252
Lines 8233 8233
Branches 1563 1563
============================================
Hits 5948 5948
Misses 1863 1863
Partials 422 422
Continue to review full report at Codecov.
|
1ad47f2
to
7e08f40
Compare
@@ -29,6 +30,13 @@ export const demoComponentContent: ContentSection[] = [ | |||
html: require('!!raw-loader?lang=markup!./demos/basic/basic.html'), | |||
outlet: CollapseDemoComponent | |||
}, | |||
{ | |||
title: 'Collapsed & expanded events listening', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
anchor: 'events', | ||
component: require('!!raw-loader?lang=typescript!./demos/events/events'), | ||
html: require('!!raw-loader?lang=markup!./demos/events/events.html'), | ||
outlet: CollapseDemoEventsComponent |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
7e08f40
to
52802b1
Compare
Needs to fix conflicts |
@olshansky why close PR and delete branch? |
close #3789
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.