-
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(tabs): decompose manual selection section #3547
docs(tabs): decompose manual selection section #3547
Conversation
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.
PR checklist should be completed
@@ -45,6 +46,13 @@ export const demoComponentContent: ContentSection[] = [ | |||
html: require('!!raw-loader?lang=markup!./demos/manual/manual.html'), | |||
outlet: DemoTabsManualComponent | |||
}, | |||
{ | |||
title: 'Disable selection', | |||
anchor: 'tabs-disable', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## development #3547 +/- ##
==============================================
Coverage ? 72.03%
==============================================
Files ? 252
Lines ? 8159
Branches ? 1552
==============================================
Hits ? 5877
Misses ? 1859
Partials ? 423 Continue to review full report at Codecov.
|
Decompose Manual selection to Manual and Disable selection close valor-software#3545
c3c5167
to
33cc275
Compare
Tested, looks good |
Decompose Manual selection to Manual and Disable selection
close #3545
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.